Comparing version 1.0.3 to 2.1.1
{ | ||
"name": "jodel-api", | ||
"version": "1.0.3", | ||
"version": "2.1.1", | ||
"description": "Node.js Jodel API", | ||
"main": "./dist/lib.js", | ||
"typings": "./dist/lib.d.ts", | ||
"main": "./lib/index.js", | ||
"typings": "./lib/index.d.ts", | ||
"scripts": { | ||
"test": "node_modules/.bin/tsc", | ||
"prePublish": "node_modules/.bin/tsc" | ||
"test": "tsc --noEmit", | ||
"compile": "tsc", | ||
"prePublish": "npm run compile" | ||
}, | ||
@@ -26,11 +27,11 @@ "repository": { | ||
"devDependencies": { | ||
"typescript": "^2.1.0" | ||
"typescript": "^2.9.1" | ||
}, | ||
"dependencies": { | ||
"@types/humps": "^1.1.2", | ||
"@types/node": "^6.0.46", | ||
"@types/node-fetch": "^1.6.5", | ||
"@types/node": "^6.0.78", | ||
"@types/node-fetch": "^1.6.7", | ||
"humps": "^1.1.0", | ||
"node-fetch": "^1.6.0" | ||
"node-fetch": "^1.7.1" | ||
} | ||
} |
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
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
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
37213
3
0
2
Updated@types/node@^6.0.78
Updated@types/node-fetch@^1.6.7
Updatednode-fetch@^1.7.1