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

firemock

Package Overview
Dependencies
Maintainers
1
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firemock - npm Package Compare versions

Comparing version 0.32.4 to 0.32.5

4

dist/cjs/database.js

@@ -262,6 +262,6 @@ "use strict";

if (eventType === "value") {
notify({ [util_1.join(path)]: getDb(util_1.join(path)) }, getDb(util_1.join(path)));
notify({ [util_1.join(path)]: getDb(util_1.join(path)) }, fast_copy_1.default(Object.assign({}, exports.db)));
}
else if (eventType === "child_added") {
notify({ [util_1.join(path)]: getDb(util_1.join(path)) }, getDb(util_1.join(path)));
notify({ [util_1.join(path)]: getDb(util_1.join(path)) }, fast_copy_1.default(Object.assign({}, exports.db)));
}

@@ -268,0 +268,0 @@ }

@@ -245,6 +245,6 @@ // tslint:disable:no-implicit-dependencies

if (eventType === "value") {
notify({ [join(path)]: getDb(join(path)) }, getDb(join(path)));
notify({ [join(path)]: getDb(join(path)) }, copy(Object.assign({}, db)));
}
else if (eventType === "child_added") {
notify({ [join(path)]: getDb(join(path)) }, getDb(join(path)));
notify({ [join(path)]: getDb(join(path)) }, copy(Object.assign({}, db)));
}

@@ -251,0 +251,0 @@ }

{
"name": "firemock",
"version": "0.32.4",
"version": "0.32.5",
"description": "firemock",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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