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

snyk-try-require

Package Overview
Dependencies
Maintainers
1
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.0.0 to 1.1.0

.nyc_output/2556.json

10

lib/try-require.js

@@ -80,2 +80,10 @@ module.exports = tryRequire;

};
};
};
/* istanbul ignore if */
if (!module.parent) {
tryRequire(process.argv[2])
.then(JSON.stringify)
.then(console.log)
.catch(console.log);
}

2

package.json

@@ -38,3 +38,3 @@ {

},
"version": "1.0.0"
"version": "1.1.0"
}
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