Comparing version 0.0.1 to 1.0.0-beta
{ | ||
"name": "delighted", | ||
"version": "0.0.1", | ||
"description": "NodeJS module for interacting with the Delighted API", | ||
"main": "index.js", | ||
"version": "1.0.0-beta", | ||
"description": "Delighted API Node Client", | ||
"main": "delighted.js", | ||
"files": [ | ||
"README.md", | ||
"delighted.js", | ||
"server.js", | ||
"lib/", | ||
"test/support/server" | ||
], | ||
"scripts": { | ||
"lint": "jshint lib", | ||
"test": "mocha test/**/*_test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "github.com/seanmcgary/delighted.git" | ||
"url": "https://github.com/delighted/delighted-node" | ||
}, | ||
"keywords": [ | ||
"delighted", | ||
"nodejs", | ||
"api" | ||
"delighted" | ||
], | ||
"author": "Sean McGary", | ||
"author": "Parker Selbert", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/seanmcgary/delighted/issues" | ||
"url": "https://github.com/delighted/delighted-node/issues" | ||
}, | ||
"dependencies": { | ||
"logsimple": "0.0.5", | ||
"lodash": "2.4.1", | ||
"q": "1.0.1" | ||
"homepage": "https://github.com/delighted/delighted-node", | ||
"devDependencies": { | ||
"chai": "^1.10.0", | ||
"jshint": "^2.5.11", | ||
"mocha": "^2.1.0", | ||
"sinon": "^1.12.2" | ||
} | ||
} |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
23890
0
21
489
1
0
4
118
5
- Removedlodash@2.4.1
- Removedlogsimple@0.0.5
- Removedq@1.0.1
- Removedcolors@1.4.0(transitive)
- Removedlodash@2.4.1(transitive)
- Removedlogsimple@0.0.5(transitive)
- Removedq@1.0.1(transitive)