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

@storex/core

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storex/core - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

lib/core/dispatch.d.ts

6

lib/core/index.d.ts

@@ -1,3 +0,3 @@

export * from "./store";
export * from "./update";
export * from "./objectWrapper";
export * from "./dispatcher";
export * from "./dispatch";
export * from "./wrappers";

@@ -6,4 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./store"));
__export(require("./update"));
__export(require("./objectWrapper"));
__export(require("./dispatcher"));
__export(require("./dispatch"));
__export(require("./wrappers"));

@@ -1,2 +0,2 @@

import { Store } from "./";
import { Dispatcher } from "./";
export declare enum SortInsEvents {

@@ -6,3 +6,3 @@ AddItem = "add-item",

}
export declare class StoreIns extends Store {
export declare class StoreIns extends Dispatcher {
args1: any[];

@@ -9,0 +9,0 @@ args2: any;

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

const events = Object.keys(SortInsEvents);
class StoreIns extends _1.Store {
class StoreIns extends _1.Dispatcher {
constructor() {

@@ -34,13 +34,13 @@ super({ events });

__decorate([
_1.update([SortInsEvents.AddItem])
_1.dispatch([SortInsEvents.AddItem])
], StoreIns.prototype, "action1", null);
__decorate([
_1.update()
_1.dispatch()
], StoreIns.prototype, "action2", null);
__decorate([
_1.update()
_1.dispatch()
], StoreIns.prototype, "action3", null);
__decorate([
_1.update()
_1.dispatch()
], StoreIns.prototype, "action4", null);
exports.StoreIns = StoreIns;
{
"name": "@storex/core",
"version": "1.0.16",
"version": "1.0.17",
"description": "Binding store to your app",

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

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