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

tryrequire

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tryrequire - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

8

lib/tryRequire.js
(function() {
'use strict';
var tryCatch = require('try-catch');
var tryCatch = require('try-catch');

@@ -16,7 +16,3 @@ module.exports = function tryRequire(name, options) {

if (o.log)
console.error([
module.parent.filename + ':',
error.code,
'\'' + name + '\'',
].join(' '));
console.error(error.message);
else if (o.callback)

@@ -23,0 +19,0 @@ result = exec.bind(null, error);

{
"name": "tryrequire",
"version": "1.1.4",
"version": "1.1.5",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -5,0 +5,0 @@ "description": "try to require",

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