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

fairmont-helpers

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fairmont-helpers - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

9

lib/array.js

@@ -87,8 +87,11 @@ // Generated by CoffeeScript 1.10.0

insert = curry(function(i, a, ax) {
insert = curry(binary(function(ax, a, i) {
if (i == null) {
i = 0;
}
ax.splice(i, 0, a);
return ax;
});
}));
remove = curry(function(a, ax) {
remove = curry(function(ax, a) {
var i;

@@ -95,0 +98,0 @@ if ((i = ax.indexOf(a)) !== -1) {

{
"name": "fairmont-helpers",
"version": "1.2.0",
"version": "1.2.1",
"description": "Functional and reactive programming for JavaScript.",

@@ -5,0 +5,0 @@ "files": [

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