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

@ndhoule/drop

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndhoule/drop - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

4

HISTORY.md

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

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

7

index.js
'use strict';
/**
* Math.max reference.
*/
var max = Math.max;

@@ -24,3 +20,2 @@

*/
var drop = function drop(count, collection) {

@@ -47,3 +42,3 @@ var length = collection ? collection.length : 0;

/**
/*
* Exports.

@@ -50,0 +45,0 @@ */

{
"name": "@ndhoule/drop",
"version": "1.0.0",
"version": "2.0.0",
"description": "Produce a new array composed of all but the first n elements of an input collection.",

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

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