@cumulus/cumulus-message-adapter-js
Advanced tools
Comparing version
@@ -7,2 +7,16 @@ # Changelog | ||
## [v1.3.0] | ||
### BREAKING CHANGES | ||
- **CUMULUS-2065** | ||
- Removed CUMULUS_MESSAGE_ADAPTER_DISABLED environmental flag, and associated | ||
behaviors from `runCumulusTask` | ||
### Changed | ||
- **CUMULUS-2065** | ||
- Migrated package to TypeScript, moved all source to /src/*.ts | ||
## [v1.2.0] | ||
@@ -9,0 +23,0 @@ |
{ | ||
"name": "@cumulus/cumulus-message-adapter-js", | ||
"version": "1.2.0", | ||
"version": "1.3.0-alpha.1", | ||
"description": "Cumulus message adapter", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"node_modules" | ||
], | ||
"scripts": { | ||
"test": "ava", | ||
"lint": "eslint test index.js" | ||
"lint": "eslint test src/**/*.ts", | ||
"build": "tsc" | ||
}, | ||
@@ -19,3 +23,3 @@ "ava": { | ||
"engines": { | ||
"node": ">=10.16.3" | ||
"node": ">=12.18.0" | ||
}, | ||
@@ -39,10 +43,20 @@ "directories": { | ||
"devDependencies": { | ||
"@types/node": "^12.12.6", | ||
"@types/sinon": "^9.0.4", | ||
"@typescript-eslint/eslint-plugin": "^2.29.0", | ||
"@typescript-eslint/parser": "^2.29.0", | ||
"ava": "^3.8.1", | ||
"babel-eslint": "^10.0.3", | ||
"eslint": "^6.6.0", | ||
"eslint": "^7.5.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-config-airbnb-typescript": "^7.2.1", | ||
"eslint-plugin-eslint-comments": "^3.0.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jsdoc": "^22.1.0", | ||
"eslint-plugin-lodash": "^2.7.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-unicorn": "^19.0.1", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jsdoc": "^16.1.1", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-react": "^7.16.0", | ||
@@ -52,10 +66,12 @@ "extract-zip": "^1.6.6", | ||
"lodash.clonedeep": "^4.5.0", | ||
"proxyquire": "^2.1.3", | ||
"request": "^2.83.0", | ||
"rewire": "^4.0.1" | ||
"typescript": "^3.9.0" | ||
}, | ||
"dependencies": { | ||
"@types/aws-lambda": "^8.10.58", | ||
"@cumulus/types": "1.24.0-alpha.0", | ||
"execa": "^4.0.0", | ||
"lodash.get": "^4.4.2", | ||
"lookpath": "1.0.3" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
-100%22228
-68.36%4
33.33%25
78.57%5
-80.77%6
-99.54%1
Infinity%2
100%+ Added
+ Added
+ Added
- Removed
- Removed