Socket
Socket
Sign inDemoInstall

@contrast/instrumentation

Package Overview
Dependencies
Maintainers
9
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/instrumentation - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

3

lib/http.js

@@ -56,6 +56,3 @@ /*

},
'spdy'(opts) {
hook('spdy', opts.patchObjects);
}
};
};

11

lib/http2.js

@@ -63,4 +63,15 @@ /*

});
},
'spdy'(opts) {
opts.patchObjects.forEach(({ methods, patchType, around }) => {
depHooks.resolve({ name: 'spdy', file: 'lib/spdy/server.js' }, (Server) => {
patcher.patch(Server, 'create', {
name: 'spdy.Server.create',
patchType,
post: createPostHook('spdy.Server.create', patchType, methods, around),
});
});
});
}
};
};
{
"name": "@contrast/instrumentation",
"version": "1.9.0",
"version": "1.10.0",
"description": "Shared hooks and patches between Protect and Assess components",

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

"dependencies": {
"@contrast/common": "1.21.1"
"@contrast/common": "1.21.2"
}
}
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