New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@everymundo/array-helpers

Package Overview
Dependencies
Maintainers
19
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everymundo/array-helpers - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

classes/list.js

2

index.js
'use strict';
const
List = require('./classes/list'),
{ typeOf } = require('./typeOf'),

@@ -8,4 +9,5 @@ { flat10 } = require('./flat10');

module.exports = {
List,
typeOf,
flat10,
};

4

package.json
{
"name": "@everymundo/array-helpers",
"version": "1.0.0",
"version": "1.1.0",
"description": "Helpers to handle array operations in a more elegant way",

@@ -24,4 +24,4 @@ "main": "index.js",

"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.0.0"
"mocha": "^5.0.5"
}
}

@@ -5,3 +5,3 @@ 'use strict';

const { expect } = require('chai');
const { flat10 } = require('../flat10');
const { flat10 } = require('../');

@@ -8,0 +8,0 @@ context('When dealing with arrays', () => {

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