New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vsls-redux

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vsls-redux - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

README.md

3

lib/sharedState.d.ts
import { Reducer } from 'redux';
import { State } from './constants';
export declare const shareState: (reducer: Reducer) => Reducer;
export declare const getSharedState: () => State;
export declare const getSharedState: () => object;

@@ -23,3 +23,3 @@ "use strict";

const vslsRedux = new VSLSRedux();
const middlewareEnhancer = redux_1.applyMiddleware(vslsRedux.createMiddleware());
const middlewareEnhancer = redux_1.applyMiddleware(vslsRedux.createMiddleware(actionFilter));
let store;

@@ -26,0 +26,0 @@ if (typeof initialStateOrEnhancer === 'object') {

@@ -7,3 +7,3 @@ {

"types": "lib/index.d.ts",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "daytonellwanger",

@@ -15,3 +15,2 @@ "author": "daytonellwanger",

"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint"

@@ -44,3 +43,5 @@ },

},
"files": ["lib/**/*"]
"files": [
"lib/**/*"
]
}

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