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

@mysticatea/spy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysticatea/spy - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

9

dist/index.js

@@ -43,2 +43,3 @@ "use strict";

reset: descriptors.reset,
toString: descriptors.toString(f),
});

@@ -131,2 +132,10 @@ return spy;

},
toString: function (f) {
return {
value: function toString() {
return "/* The spy of */ " + (f ? f.toString() : "function(){}");
},
configurable: true,
};
},
};

@@ -133,0 +142,0 @@ function isReturned(call) {

2

package.json
{
"name": "@mysticatea/spy",
"version": "0.1.1",
"version": "0.1.2",
"description": "Just a spy library.",

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

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