Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ohmyapi

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ohmyapi - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.npmignore

28

package.json
{
"name": "ohmyapi",
"version": "0.0.1",
"version": "0.1.0",
"description": "Yet another API framework",
"main": "index.js",
"scripts": {
"test": "npm test"
"test": "NODE_ENV=test nyc ./node_modules/.bin/_mocha --recursive ./src --require=./src/test/setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laoshanlung/ohmyapi.git"
"url": "git+https://github.com/tanqhnguyen/ohmyapi.git"
},

@@ -16,5 +16,23 @@ "author": "Tan Nguyen <tan.qh.nguyen@gmail.com>",

"bugs": {
"url": "https://github.com/laoshanlung/ohmyapi/issues"
"url": "https://github.com/tanqhnguyen/ohmyapi/issues"
},
"homepage": "https://github.com/laoshanlung/ohmyapi#readme"
"homepage": "https://github.com/tanqhnguyen/ohmyapi#readme",
"dependencies": {
"auto-parse": "^1.3.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"nyc": "^10.2.0",
"sinon": "^2.0.0",
"supertest": "^3.0.0"
},
"peerDependencies": {
"validate.js": "^0.11.1",
"express": "^4.15.4"
}
}
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