Socket
Socket
Sign inDemoInstall

snyk-try-require

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-try-require - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

.nyc_output/4091.json

1

lib/try-require.js

@@ -7,3 +7,2 @@ module.exports = tryRequire;

var cloneDeep = require('lodash.clonedeep');
var Promise = require('es6-promise').Promise; // jshint ignore:line
var lru = require('lru-cache');

@@ -10,0 +9,0 @@ var options = { max: 100, maxAge: 1000 * 60 * 60 };

@@ -29,7 +29,6 @@ {

"tap-only": "0.0.5",
"semantic-release": "^4.3.5"
"semantic-release": "^6.0.0"
},
"dependencies": {
"debug": "^2.2.0",
"es6-promise": "^3.1.2",
"debug": "^3.1.0",
"lodash.clonedeep": "^4.3.0",

@@ -39,3 +38,3 @@ "lru-cache": "^4.0.0",

},
"version": "1.2.0"
"version": "1.3.0"
}

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