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

alt

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alt - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

4

package.json
{
"name": "alt",
"version": "0.12.2",
"version": "0.12.3",
"description": "A flux implementation",

@@ -13,3 +13,3 @@ "main": "dist/alt.js",

"devDependencies": {
"6to5": "3.3.x",
"6to5": "^3.5.3",
"coveralls": "^2.11.2",

@@ -16,0 +16,0 @@ "istanbul": "^0.3.5",

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

function SecondStore() {
var _this = this;
var _this35 = this;
to5Runtime.classCallCheck(this, SecondStore);

@@ -143,3 +143,3 @@

this.on("init", function () {
_this.recycled = true;
_this35.recycled = true;
});

@@ -238,3 +238,3 @@ }

var LifeCycleStore = function LifeCycleStore() {
var _this = this;
var _this35 = this;
to5Runtime.classCallCheck(this, LifeCycleStore);

@@ -248,12 +248,12 @@

this.on("init", function () {
_this.init = true;
_this35.init = true;
});
this.on("bootstrap", function () {
_this.bootstrapped = true;
_this35.bootstrapped = true;
});
this.on("snapshot", function () {
_this.snapshotted = true;
_this35.snapshotted = true;
});
this.on("rollback", function () {
_this.rollback = true;
_this35.rollback = true;
});

@@ -270,3 +270,3 @@ };

to5Runtime.get(Alt.prototype, "constructor", this).call(this);
to5Runtime.get(Object.getPrototypeOf(AltInstance.prototype), "constructor", this).call(this);
this.addActions("myActions", MyActions);

@@ -273,0 +273,0 @@ this.addStore("myStore", MyStore);

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