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

@ngneat/elf-devtools

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngneat/elf-devtools - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0

10

devtools.umd.js

@@ -26,3 +26,3 @@ (function (global, factory) {

send({
type: "[" + displayName + "] - @Init"
type: "[".concat(displayName, "] - @Init")
});

@@ -34,3 +34,3 @@ var update = store.pipe(operators.skip(1)).subscribe(function () {

send({
type: "[" + displayName + "] - Update"
type: "[".concat(displayName, "] - Update")
});

@@ -60,3 +60,3 @@ });

send({
type: "[" + displayName + "] - @Init"
type: "[".concat(displayName, "] - @Init")
});

@@ -68,3 +68,3 @@ var update = store.pipe(operators.skip(1)).subscribe(function () {

send({
type: "[" + displayName + "] - Update"
type: "[".concat(displayName, "] - Update")
});

@@ -79,3 +79,3 @@ });

send({
type: "Remove " + displayName
type: "Remove ".concat(displayName)
});

@@ -82,0 +82,0 @@ }

{
"name": "@ngneat/elf-devtools",
"version": "1.0.0-beta.4",
"version": "1.0.0",
"description": "Redux devtools for elf store",

@@ -5,0 +5,0 @@ "publishConfig": {

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