Socket
Socket
Sign inDemoInstall

shimmer

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.6.1

2

package.json
{
"name": "shimmer",
"version": "0.6.0",
"version": "0.6.1",
"description": "Safe(r) monkeypatching for JavaScript.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,3 +10,3 @@ ## Safer monkeypatching for Node.js

shimmer.wrap(http, request, function (original) {
shimmer.wrap(http, 'request', function (original) {
return function () {

@@ -13,0 +13,0 @@ console.log("Starting request!");

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc