Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "nanode", | ||
"version": "0.0.1", | ||
"description": "Library for building web-based HTTP services and websites", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"description": | ||
"Dead simple, promise-based client for interacting and building services on top of the NANO network.", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"debug": "ts-node --inspect-brk=9229 --debug examples/accounts.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "tsc" | ||
}, | ||
"keywords": [ | ||
"nanode" | ||
], | ||
"author": "Randy Burden", | ||
"license": "MIT" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mikepaszkiewicz/nanode.git" | ||
}, | ||
"author": "Mike Paszkiewicz", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mikepaszkiewicz/nanode/issues" | ||
}, | ||
"homepage": "https://github.com/mikepaszkiewicz/nanode#readme", | ||
"dependencies": { | ||
"@types/node": "^9.4.0", | ||
"axios": "^0.16.2", | ||
"dotenv": "^5.0.0", | ||
"moment": "^2.20.1", | ||
"typescript": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1" | ||
} | ||
} |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
696013
29
3350
1
2
1
34
0
5
5
5
+ Added@types/node@^9.4.0
+ Addedaxios@^0.16.2
+ Addeddotenv@^5.0.0
+ Addedmoment@^2.20.1
+ Addedtypescript@^2.4.0
+ Added@types/node@9.6.61(transitive)
+ Addedaxios@0.16.2(transitive)
+ Addeddotenv@5.0.1(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addedtypescript@2.9.2(transitive)