Socket
Socket
Sign inDemoInstall

@contrast/patcher

Package Overview
Dependencies
Maintainers
14
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/patcher - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

2

lib/index.js

@@ -50,3 +50,3 @@ /*

module.exports = function init(core) {
const logger = core.logger.child('contrast:patcher');
const logger = core.logger.child({ name: 'contrast:patcher' });
const promisifyCustom = Symbol.for('nodejs.util.promisify.custom');

@@ -53,0 +53,0 @@

{
"name": "@contrast/patcher",
"version": "1.6.0",
"version": "1.7.0",
"description": "Advanced monkey patching--registers hooks to run in and around functions",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE",

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