Socket
Socket
Sign inDemoInstall

@ndhoule/includes

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndhoule/includes - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.npmignore

4

HISTORY.md

@@ -0,3 +1,7 @@

## 2.0.0
- Remove Component/Duo support
## 1.0.0
Initial release

12

index.js
'use strict';
/**
/*
* Module dependencies.
*/
// XXX: Hacky fix for duo not supporting scoped npm packages
var each; try { each = require('@ndhoule/each'); } catch(e) { each = require('each'); }
var each = require('@ndhoule/each');
/**
* String#indexOf reference.
*/
var strIndexOf = String.prototype.indexOf;

@@ -24,3 +19,2 @@

*/
// TODO: Move to library

@@ -85,3 +79,3 @@ var sameValueZero = function sameValueZero(value1, value2) {

/**
/*
* Exports.

@@ -88,0 +82,0 @@ */

{
"name": "@ndhoule/includes",
"version": "1.0.0",
"version": "2.0.0",
"description": "Determine whether or not a value is contained by a given collection.",

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

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