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

tarry

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tarry - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

index.js

@@ -132,3 +132,3 @@ /**

if (sort) {
xs = xs.sort(function (a, b) { return a - b; });
xs = xs.slice(0).sort(function (a, b) { return a - b; });
}

@@ -135,0 +135,0 @@ for (var sample = 0; sample < length; sample += step) {

{
"name": "tarry",
"version": "0.2.3",
"version": "0.2.4",
"description": "Utility library for manipulating JavaScript Arrays",

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

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