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

satcheljs

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satcheljs - npm Package Compare versions

Comparing version 2.8.2 to 2.9.0

lib/createUndo.d.ts

1

lib/index.d.ts

@@ -11,2 +11,3 @@ export { default as rootStore } from './rootStore';

export { default as select, SelectorFunction } from './select';
export { default as createUndo, UndoResult, CreateUndoReturnValue } from './createUndo';
export { initializeTestMode, resetTestMode } from './testMode';

@@ -14,2 +14,4 @@ "use strict";

exports.select = select_1.default;
var createUndo_1 = require("./createUndo");
exports.createUndo = createUndo_1.default;
var testMode_1 = require("./testMode");

@@ -16,0 +18,0 @@ exports.initializeTestMode = testMode_1.initializeTestMode;

2

package.json
{
"name": "satcheljs",
"version": "2.8.2",
"version": "2.9.0",
"description": "Store implementation for functional reactive flux.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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