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

extra-lists

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-lists - npm Package Compare versions

Comparing version 0.1.14 to 1.0.3

57

package.json
{
"name": "extra-lists",
"version": "0.1.14",
"description": "Extra methods for lists.",
"version": "1.0.3",
"description": "Standard utility methods for Lists.",
"main": "index.js",

@@ -9,45 +9,30 @@ "scripts": {

},
"repository": {
"type": "git",
"url": "git+https://github.com/extra-lists/extra-lists.git"
},
"keywords": [
"extra",
"lists",
"standard",
"utility",
"method",
"manipulation",
"function",
"merferry"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-lists.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-lists/issues"
},
"homepage": "https://github.com/nodef/extra-lists#readme",
"author": "wolfram77@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/extra-lists/extra-lists/issues"
},
"homepage": "https://github.com/extra-lists/extra-lists#readme",
"devDependencies": {
"@extra-lists/concat": "^1.0.1",
"@extra-lists/entries": "^1.0.1",
"@extra-lists/equal": "^1.0.1",
"@extra-lists/every": "^1.0.1",
"@extra-lists/filter": "^1.0.1",
"@extra-lists/find": "^1.0.1",
"@extra-lists/find-all": "^1.0.1",
"@extra-lists/find-all-indices": "^1.0.1",
"@extra-lists/find-index": "^1.0.1",
"@extra-lists/find-last": "^1.0.1",
"@extra-lists/find-last-index": "^1.0.1",
"@extra-lists/first": "^1.0.1",
"@extra-lists/for-each": "^1.0.1",
"@extra-lists/includes": "^1.0.1",
"@extra-lists/index-of": "^1.0.1",
"@extra-lists/indices-of": "^1.0.1",
"@extra-lists/join": "^1.0.1",
"@extra-lists/keys": "^1.0.1",
"@extra-lists/last": "^1.0.1",
"@extra-lists/last-index-of": "^1.0.1",
"@extra-lists/map": "^1.0.1",
"@extra-lists/middle": "^1.0.1",
"@extra-lists/reduce": "^1.0.1",
"@extra-lists/size": "^1.0.1",
"@extra-lists/some": "^1.0.1",
"@extra-lists/values": "^1.0.1"
"@extra-iterable/first": "^1.1.0",
"@extra-iterable/is": "^1.1.0",
"@extra-iterable/last": "^1.1.0",
"@extra-iterable/middle": "^1.1.0",
"@extra-iterable/size": "^1.1.0",
"@extra-map/from-lists": "^1.0.1"
}
}

@@ -1,8 +0,8 @@

Extra methods for [lists].<br>
Standard utility methods for [Lists].<br>
Browserified, minified module: [extra-lists.min].
```javascript
const extra = require('extra-lists');
// extra.is(<value>)
// extra.equal(<lists-1>, <lists-2>)
const Lists = require('extra-lists');
// Lists.is(<value>)
// Lists.equal(<lists-1>, <lists-2>)
// ...

@@ -47,5 +47,8 @@ ```

- [map](https://www.npmjs.com/package/@extra-lists/map)
<br>
[lists]: https://www.npmjs.com/package/@extra-lists/is
[![nodef](https://i.imgur.com/MCb8pjO.jpg)](https://nodef.github.io)
[Lists]: https://www.npmjs.com/package/@extra-lists/is
[extra-lists.min]: https://www.npmjs.com/package/extra-lists.min
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