Comparing version 11.6.0 to 11.7.0
{ | ||
"name": "apns2", | ||
"version": "11.6.0", | ||
"version": "11.7.0", | ||
"description": "Node client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens.", | ||
@@ -15,5 +15,3 @@ "author": "Andrew Barba <barba@hey.com>", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"files": ["dist"], | ||
"keywords": [ | ||
@@ -34,8 +32,8 @@ "apn", | ||
"dependencies": { | ||
"fast-jwt": "^3.3.3", | ||
"fast-jwt": "^4.0.0", | ||
"fetch-http2": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.6.2", | ||
"@tsconfig/node16": "^16.1.2", | ||
"@biomejs/biome": "^1.6.3", | ||
"@tsconfig/node16": "^16.1.3", | ||
"@types/node": "^20.11.30", | ||
@@ -42,0 +40,0 @@ "chai": "^5.1.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21728
+ Addedfast-jwt@4.0.6(transitive)
- Removedfast-jwt@3.3.3(transitive)
Updatedfast-jwt@^4.0.0