Socket
Socket
Sign inDemoInstall

snyk-resolve

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-resolve - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

.nyc_output/1b8bb7e3-176f-4629-a21f-f599295530c8.json

2

lib/index.js
module.exports = resolvePkg;
module.exports.sync = sync;
var fs = require('then-fs');
var fs = require('promise-fs');
var path = require('path');

@@ -6,0 +6,0 @@ var debug = require('debug')('snyk:resolve');

@@ -10,4 +10,3 @@ {

"lint": "jscs lib/*.js -v",
"test": "npm run lint && tap test/*.test.js --cov --timeout=60",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"test": "npm run lint && tap test/*.test.js --cov --timeout=60"
},

@@ -20,18 +19,17 @@ "keywords": [

"dependencies": {
"debug": "^3.1.0",
"then-fs": "^2.0.0"
"debug": "^4.1.1",
"promise-fs": "^2.1.1"
},
"devDependencies": {
"es6-promise": "^3.0.2",
"jscs": "^2.8.0",
"proxyquire": "^1.7.3",
"tap": "^5.1.1",
"tape": "^4.4.0",
"semantic-release": "^4.3.5"
"es6-promise": "^4.2.8",
"jscs": "^3.0.7",
"proxyquire": "^2.1.3",
"tap": "^12.7.0",
"tape": "^4.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Snyk/resolve-package.git"
"url": "https://github.com/snyk/resolve-package.git"
},
"version": "1.0.1"
}
"version": "1.1.0"
}

Sorry, the diff of this file is not supported yet

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