Socket
Socket
Sign inDemoInstall

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.0.0 to 1.0.1

3

lib/array.js

@@ -66,3 +66,4 @@ // Generated by CoffeeScript 1.10.0

ax = arguments[0], a = 2 <= arguments.length ? slice1.call(arguments, 1) : [];
return ax.push.apply(ax, a);
ax.push.apply(ax, a);
return ax;
});

@@ -69,0 +70,0 @@

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

@@ -32,4 +32,4 @@ "files": [

"dependencies": {
"fairmont-core": "1.0.0",
"fairmont-multimethods": "1.0.0",
"fairmont-core": "1.0.x",
"fairmont-multimethods": "1.0.x",
"when": "^3.7.3"

@@ -36,0 +36,0 @@ },

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