Socket
Socket
Sign inDemoInstall

redux-diff-logger

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

build/logger.js

@@ -32,3 +32,3 @@ // https://github.com/flitbit/diff#differences

console.group('diff @ ', time.getMinutes() + ':' + time.getSeconds());
console.group('diff @', time.getHours() + ':' + time.getMinutes() + ':' + time.getSeconds());

@@ -35,0 +35,0 @@ diff.forEach(function (elem) {

{
"name": "redux-diff-logger",
"version": "0.0.2",
"version": "0.0.3",
"description": "Diff logger between states for redux",

@@ -5,0 +5,0 @@ "main": "build/logger.js",

@@ -19,3 +19,3 @@ // https://github.com/flitbit/diff#differences

console.group('diff @ ', `${time.getMinutes()}:${time.getSeconds()}`);
console.group('diff @', `${time.getHours()}:${time.getMinutes()}:${time.getSeconds()}`);

@@ -22,0 +22,0 @@ diff.forEach((elem) => {

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