@parse/node-apn
Advanced tools
@@ -14,4 +14,2 @@ name: ci | ||
| include: | ||
| - name: Node.js 18 | ||
| NODE_VERSION: 18 | ||
| - name: Node.js 20 | ||
@@ -18,0 +16,0 @@ NODE_VERSION: 20 |
+12
-0
@@ -0,1 +1,13 @@ | ||
| # [8.0.0](https://github.com/parse-community/node-apn/compare/7.1.0...8.0.0) (2026-03-31) | ||
| ### Features | ||
| * Remove support for Node 18 ([#212](https://github.com/parse-community/node-apn/issues/212)) ([3a601b8](https://github.com/parse-community/node-apn/commit/3a601b880928cdf6a181f5b1f36b0e47165912ed)) | ||
| ### BREAKING CHANGES | ||
| * Removes support for Node 18. ([3a601b8](3a601b8)) | ||
| # [7.1.0](https://github.com/parse-community/node-apn/compare/7.0.1...7.1.0) (2026-01-31) | ||
@@ -2,0 +14,0 @@ |
+10
-10
| { | ||
| "name": "@parse/node-apn", | ||
| "description": "An interface to the Apple Push Notification service for Node.js", | ||
| "version": "7.1.0", | ||
| "version": "8.0.0", | ||
| "author": "Parse Platform, Andrew Naylor <argon@mkbot.net>", | ||
@@ -23,12 +23,12 @@ "keywords": [ | ||
| "jsonwebtoken": "9.0.3", | ||
| "node-forge": "1.3.2", | ||
| "node-forge": "1.4.0", | ||
| "verror": "1.10.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@semantic-release/changelog": "5.0.1", | ||
| "@semantic-release/commit-analyzer": "8.0.1", | ||
| "@semantic-release/git": "9.0.0", | ||
| "@semantic-release/github": "7.2.3", | ||
| "@semantic-release/npm": "7.1.3", | ||
| "@semantic-release/release-notes-generator": "9.0.3", | ||
| "@semantic-release/changelog": "6.0.3", | ||
| "@semantic-release/commit-analyzer": "13.0.1", | ||
| "@semantic-release/git": "10.0.1", | ||
| "@semantic-release/github": "12.0.6", | ||
| "@semantic-release/npm": "13.1.5", | ||
| "@semantic-release/release-notes-generator": "14.1.0", | ||
| "@types/node": "14.14.40", | ||
@@ -42,3 +42,3 @@ "chai": "4.3.4", | ||
| "prettier": "2.4.1", | ||
| "semantic-release": "17.4.6", | ||
| "semantic-release": "25.0.3", | ||
| "sinon": "10.0.0", | ||
@@ -70,5 +70,5 @@ "sinon-chai": "3.6.0" | ||
| "engines": { | ||
| "node": ">=18" | ||
| "node": "20 || 22 || 24" | ||
| }, | ||
| "license": "MIT" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
542689
0.06%+ Added
- Removed
Updated