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.4.2 to 1.5.0

.babelrc

4

index.js

@@ -1,1 +0,3 @@

module.exports = require('./lib/index.js');
require('babel-polyfill');
module.exports = require('./lib/index.js').default;
{
"name": "hapi-raml",
"version": "1.4.2",
"version": "1.5.0",
"description": "Create HAPI bindings from RAML specs automatically",

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

"pretest": "./node_modules/.bin/eslint src/",
"test": "./node_modules/.bin/mocha --compilers js:babel/register",
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register",
"build": "./node_modules/.bin/babel src --out-dir lib"

@@ -24,3 +24,3 @@ },

"dependencies": {
"babel-runtime": "^5.8.20",
"babel-polyfill": "^6.0.16",
"lodash": "^3.10.0",

@@ -32,3 +32,5 @@ "pluralize": "^1.1.2",

"devDependencies": {
"babel": "^5.8.21",
"babel-cli": "^6.1.2",
"babel-core": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"chai": "^3.2.0",

@@ -35,0 +37,0 @@ "chai-as-promised": "^5.1.0",

@@ -5,2 +5,4 @@ /*eslint-env mocha */

require('babel-polyfill');
import chai, {expect} from 'chai';

@@ -7,0 +9,0 @@ import chaiAsPromised from 'chai-as-promised';

Sorry, the diff of this file is not supported yet

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