Socket
Socket
Sign inDemoInstall

fairmont-helpers

Package Overview
Dependencies
Maintainers
4
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 3.0.0 to 3.0.1

2

build/npm/lib/type.js

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

var q;
return p != null && (p === (q = prototype(value)) || q && isTransitivePrototype(p, q));
return p != null && (p === (q = prototype(value)) || q != null && isTransitivePrototype(p, q));
});

@@ -35,0 +35,0 @@

{
"name": "fairmont-helpers",
"version": "3.0.0",
"version": "3.0.1",
"description": "Functional helpers for arrays, objects, strings, and types",

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

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