New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.16.0 to 0.16.1

6

CHANGELOG.md
# Changelog
## 0.16.1
### Fixed
- Missing Symbol imports [commit](https://github.com/goatslacker/alt/commit/6c98652)
## 0.16.0

@@ -4,0 +10,0 @@

18

dist/alt.js

@@ -1103,2 +1103,4 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Alt = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { 'default': obj }; };
Object.defineProperty(exports, '__esModule', {

@@ -1108,2 +1110,6 @@ value: true

var _Symbol = require('es-symbol');
var _Symbol2 = _interopRequireWildcard(_Symbol);
var _ACTION_KEY$ALL_LISTENERS$LIFECYCLE$LISTENERS$PUBLIC_METHODS = require('../symbols/symbols');

@@ -1168,3 +1174,3 @@

this[_ACTION_KEY$ALL_LISTENERS$LIFECYCLE$LISTENERS$PUBLIC_METHODS.LISTENERS][key] = handler.bind(this);
this[_ACTION_KEY$ALL_LISTENERS$LIFECYCLE$LISTENERS$PUBLIC_METHODS.ALL_LISTENERS].push(Symbol.keyFor(key));
this[_ACTION_KEY$ALL_LISTENERS$LIFECYCLE$LISTENERS$PUBLIC_METHODS.ALL_LISTENERS].push(_Symbol2['default'].keyFor(key));
},

@@ -1224,3 +1230,3 @@

},{"../symbols/symbols":9}],13:[function(require,module,exports){
},{"../symbols/symbols":9,"es-symbol":1}],13:[function(require,module,exports){
'use strict';

@@ -1400,2 +1406,6 @@

var _Symbol = require('es-symbol');
var _Symbol2 = _interopRequireWildcard(_Symbol);
var _AltAction = require('../AltAction');

@@ -1415,3 +1425,3 @@

alt[ACTIONS_REGISTRY][actionId] = 1;
var actionSymbol = Symbol['for']('alt/' + actionId);
var actionSymbol = _Symbol2['default']['for']('alt/' + actionId);

@@ -1444,3 +1454,3 @@ // Wrap the action so we can provide a dispatch method

},{"../AltAction":7,"../symbols/symbols":9,"./AltUtils":10}],15:[function(require,module,exports){
},{"../AltAction":7,"../symbols/symbols":9,"./AltUtils":10,"es-symbol":1}],15:[function(require,module,exports){
'use strict';

@@ -1447,0 +1457,0 @@

@@ -14,2 +14,6 @@ 'use strict';

var _Symbol = require('es-symbol');
var _Symbol2 = _interopRequireWildcard(_Symbol);
var _AltAction = require('../AltAction');

@@ -29,3 +33,3 @@

alt[ACTIONS_REGISTRY][actionId] = 1;
var actionSymbol = Symbol['for']('alt/' + actionId);
var actionSymbol = _Symbol2['default']['for']('alt/' + actionId);

@@ -32,0 +36,0 @@ // Wrap the action so we can provide a dispatch method

'use strict';
var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { 'default': obj }; };
Object.defineProperty(exports, '__esModule', {

@@ -7,2 +9,6 @@ value: true

var _Symbol = require('es-symbol');
var _Symbol2 = _interopRequireWildcard(_Symbol);
var _ACTION_KEY$ALL_LISTENERS$LIFECYCLE$LISTENERS$PUBLIC_METHODS = require('../symbols/symbols');

@@ -67,3 +73,3 @@

this[_ACTION_KEY$ALL_LISTENERS$LIFECYCLE$LISTENERS$PUBLIC_METHODS.LISTENERS][key] = handler.bind(this);
this[_ACTION_KEY$ALL_LISTENERS$LIFECYCLE$LISTENERS$PUBLIC_METHODS.ALL_LISTENERS].push(Symbol.keyFor(key));
this[_ACTION_KEY$ALL_LISTENERS$LIFECYCLE$LISTENERS$PUBLIC_METHODS.ALL_LISTENERS].push(_Symbol2['default'].keyFor(key));
},

@@ -70,0 +76,0 @@

{
"name": "alt",
"version": "0.16.0",
"version": "0.16.1",
"description": "A flux implementation",

@@ -5,0 +5,0 @@ "main": "lib",

Sorry, the diff of this file is too big to display

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