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

mockery

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockery - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

mockery.js

@@ -344,3 +344,3 @@ /*

var mod = m._cache[k];
var idx = mod.parent.children.indexOf(mod);
var idx = mod.parent && mod.parent.children && mod.parent.children.indexOf(mod);
if (idx > -1) {

@@ -347,0 +347,0 @@ mod.parent.children.splice(idx, 1);

{
"name": "mockery",
"version": "2.0.0",
"version": "2.1.0",
"description": "Simplifying the use of mocks with Node.js",

@@ -5,0 +5,0 @@ "keywords": [

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