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

hapi-raml

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-raml - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

examples/basicAuth.js

4

package.json
{
"name": "hapi-raml",
"version": "1.6.2",
"version": "1.6.3",
"description": "Create HAPI bindings from RAML specs automatically",

@@ -8,3 +8,3 @@ "main": "index.js",

"preversion": "npm test",
"version": "npm run build && git add lib/ && git commit -m 'Rebuild lib'",
"version": "npm run build && git diff-index --quiet --cached HEAD || (git add lib/ && git commit -m 'Rebuild lib')",
"postversion": "git push && git push --tags",

@@ -11,0 +11,0 @@ "pretest": "./node_modules/.bin/eslint src/",

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