Socket
Socket
Sign inDemoInstall

@iterable-iterator/list

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.0.1

yarn.lock

2

dist/index.js

@@ -1,2 +0,2 @@

module.exports=42;
exports.list=Array.from;
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

export default 42;
const r=Array.from;export{r as list};
//# sourceMappingURL=index.modern.js.map

@@ -1,2 +0,2 @@

export default 42;
var r=Array.from;export{r as list};
//# sourceMappingURL=index.module.js.map

@@ -1,2 +0,2 @@

!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=42:"function"==typeof define&&define.amd?define(function(){return 42}):(e||self).list=42}(this);
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports):"function"==typeof define&&define.amd?define(["exports"],o):o((e||self).list={})}(this,function(e){e.list=Array.from});
//# sourceMappingURL=index.umd.js.map
{
"name": "@iterable-iterator/list",
"description": "Iterable to Array for JavaScript",
"version": "0.0.0",
"version": "0.0.1",
"license": "AGPL-3.0",

@@ -69,2 +69,3 @@ "author": "make-github-pseudonymous-again",

"@commitlint/cli": "12.1.1",
"@iterable-iterator/range": "^0.0.1",
"@js-library/commitlint-config": "0.0.4",

@@ -71,0 +72,0 @@ "ava": "3.15.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc