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.6.1 to 2.6.2

8

lib/select.js

@@ -70,6 +70,8 @@ "use strict";

var args = Array.prototype.slice.call(arguments);
for (var i = args.length; i < argumentPosition; i++) {
args[i] = undefined;
if (typeof args[argumentPosition] === typeof undefined) {
for (var i = args.length; i < argumentPosition; i++) {
args[i] = undefined;
}
args[argumentPosition] = state;
}
args[argumentPosition] = state;
return target.apply(_this, args);

@@ -76,0 +78,0 @@ };

{
"name": "satcheljs",
"version": "2.6.1",
"version": "2.6.2",
"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