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

ml-array-utils

Package Overview
Dependencies
Maintainers
7
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-array-utils - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

3

package.json
{
"name": "ml-array-utils",
"version": "0.2.0",
"version": "0.2.1",
"description": "Array utilities",

@@ -23,2 +23,3 @@ "main": "src/index.js",

"dependencies": {
"ml-binary-search": "^1.0.1",
"ml-stat": "^1.0.1"

@@ -25,0 +26,0 @@ },

module.exports = exports = require('./ArrayUtils');
exports.getEquallySpacedData = require('./getEquallySpaced').getEquallySpacedData;
exports.SNV = require('./snv').SNV;
exports.SNV = require('./snv').SNV;
exports.binarySearch = require('ml-binary-search');
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