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

dossier-action-logger

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dossier-action-logger - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.js

6

package.json
{
"name": "dossier-action-logger",
"version": "1.0.0",
"version": "1.0.1",
"description": " ~20 LOC action logger middleware for Redux",
"main": "dist/index.js",
"files": [
"README.md",
"dist"
],
"scripts": {

@@ -7,0 +11,0 @@ "prepublish": "babel ./src --out-dir ./dist",

6

README.md

@@ -11,3 +11,3 @@ # ActionLogger

**Import:** `import {createActionLogger} from "action-logger";`
**Import:** `import {createActionLogger} from "dossier-action-logger";`

@@ -18,3 +18,3 @@ **Use:** `createActionLogger({ignoredActions: []})`

If you are need a more feature complete console-based action logger, have a look at [evgenyrodionov/redux-logger](https://github.com/evgenyrodionov/redux-logger).
If you need a more feature complete console-based action logger, have a look at [evgenyrodionov/redux-logger](https://github.com/evgenyrodionov/redux-logger).

@@ -27,2 +27,4 @@ ### Contributing

Ask me (jbe) to give you push access to npm.
- Update the version `npm version [patch|minor|major]`

@@ -29,0 +31,0 @@ - Commit the changed version number and enter the version number in the commit message, eg `git commit -m "v1.0.13"`

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