@cumulus/errors
Advanced tools
Comparing version 1.21.0 to 1.22.0
{ | ||
"name": "@cumulus/errors", | ||
"version": "1.21.0", | ||
"version": "1.22.0", | ||
"description": "Provides error classes for Cumulus", | ||
@@ -13,2 +13,8 @@ "keywords": [ | ||
}, | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"./dist/**/*.js", | ||
"./dist/**/*.d.ts" | ||
], | ||
"publishConfig": { | ||
@@ -23,15 +29,11 @@ "access": "public" | ||
"scripts": { | ||
"build": "true", | ||
"lint": "eslint .", | ||
"test-ci": "npm run lint" | ||
"tsc": "tsc", | ||
"prepare": "npm run tsc" | ||
}, | ||
"author": "Cumulus Authors", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"lodash.isfunction": "^3.0.9" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^6.8.0" | ||
"typescript": "^3.8.3" | ||
}, | ||
"gitHead": "939f64ee5c3146ef9afe715b1c5d61d6ab5996de" | ||
"gitHead": "4309ca1eb8f0cb298886163d1e6f8cafb120cc6d" | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
0
11047
3
0
1
- Removedlodash.isfunction@^3.0.9
- Removedlodash.isfunction@3.0.9(transitive)