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

101

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

101 - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

find.js

2

find-index.js

@@ -34,3 +34,3 @@ /**

if (!exists(list && list.length)) {
throw new TypeError('list must be have length property');
throw new TypeError('list must have length property');
}

@@ -37,0 +37,0 @@ if (!isFunction(predicate)) {

{
"name": "101",
"version": "0.3.2",
"version": "0.3.3",
"description": "common javascript utils that can be required selectively that assume es5+",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -82,3 +82,3 @@ var Lab = require('lab');

catch (err) {
expect(err.message).to.equal('list must be have length property');
expect(err.message).to.equal('list must have length property');
}

@@ -89,3 +89,3 @@ try {

catch (err) {
expect(err.message).to.equal('list must be have length property');
expect(err.message).to.equal('list must have length property');
}

@@ -92,0 +92,0 @@ done();

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