Socket
Socket
Sign inDemoInstall

@contrast/dep-hooks

Package Overview
Dependencies
Maintainers
9
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/dep-hooks - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

lib/index.d.ts
/*
* Copyright: 2022 Contrast Security, Inc
* Copyright: 2023 Contrast Security, Inc
* Contact: support@contrastsecurity.com

@@ -4,0 +4,0 @@ * License: Commercial

/*
* Copyright: 2022 Contrast Security, Inc
* Copyright: 2023 Contrast Security, Inc
* Contact: support@contrastsecurity.com

@@ -21,3 +21,7 @@ * License: Commercial

module.exports = function init(core) {
return core.depHooks = new RequireHook(core.logger.child({ name: 'contrast:dep-hooks' }));
core.depHooks = new RequireHook(
core.logger.child({ name: 'contrast:dep-hooks' })
);
return core.depHooks;
};
{
"name": "@contrast/dep-hooks",
"version": "1.2.0",
"version": "1.3.0",
"description": "Wrapper around the Contrast require-hook library",

@@ -20,4 +20,4 @@ "license": "SEE LICENSE IN LICENSE",

"dependencies": {
"@contrast/require-hook": "^3.2.3"
"@contrast/require-hook": "^4.2.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