Updated security
This commit is contained in:
parent
92d3000033
commit
5dbc9b5044
5 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
|||
# Change Log
|
||||
|
||||
## 3.0.1
|
||||
|
||||
* Run `dartfmt -w .` to correct the formating
|
||||
* Updated example
|
||||
|
||||
## 3.0.0
|
||||
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Angel3 Security
|
||||
|
||||
[![version](https://img.shields.io/badge/pub-v3.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_security)
|
||||
[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_security)
|
||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@ export 'src/cookie_signer.dart';
|
|||
export 'src/in_memory_rate_limiter.dart';
|
||||
export 'src/rate_limiter.dart';
|
||||
export 'src/rate_limiting_window.dart';
|
||||
export 'src/service_rate_limiter.dart';
|
||||
export 'src/service_rate_limiter.dart';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel3_security
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
description: Angel infrastructure for improving security, rate limiting, and more
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/security
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue