New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nanode

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanode - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.editorconfig

41

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc