Socket
Socket
Sign inDemoInstall

eachr

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eachr - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0-next.1701779334.ae3841f5592e777bbf06e4ff47118d70c0b0b897

2

edition-deno/index.ts
/* eslint no-cond-assign:0 */
// external
import { isArray, isPlainObject, isMap } from 'https://unpkg.com/typechecker@^9.0.0/edition-deno/index.ts'
import { isArray, isPlainObject, isMap } from 'https://unpkg.com/typechecker@^9.1.0/edition-deno/index.ts'

@@ -6,0 +6,0 @@ /**

{
"name": "eachr",
"version": "7.0.0",
"version": "7.1.0-next.1701779334.ae3841f5592e777bbf06e4ff47118d70c0b0b897",
"description": "Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.",

@@ -116,3 +116,3 @@ "homepage": "https://github.com/bevry/eachr",

{
"description": "TypeScript compiled against ES2022 for Node.js 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"description": "TypeScript compiled against ES2022 for Node.js 21 with Require for modules",
"directory": "edition-es2022",

@@ -132,3 +132,3 @@ "entry": "index.js",

{
"description": "TypeScript compiled against ES5 for Node.js 4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"description": "TypeScript compiled against ES5 for Node.js 4 with Require for modules",
"directory": "edition-es5",

@@ -148,3 +148,3 @@ "entry": "index.js",

{
"description": "TypeScript compiled against ES2022 for Node.js 12 || 14 || 16 || 18 || 20 || 21 with Import for modules",
"description": "TypeScript compiled against ES2022 for Node.js 21 with Import for modules",
"directory": "edition-es2022-esm",

@@ -208,23 +208,22 @@ "entry": "index.js",

"dependencies": {
"editions": "^6.16.0",
"typechecker": "^9.0.0"
"editions": "^6.18.0",
"typechecker": "^9.1.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"assert-helpers": "^11.6.0",
"eslint": "^8.54.0",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"assert-helpers": "^11.8.0",
"eslint": "^8.55.0",
"eslint-config-bevry": "^5.2.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.4.0",
"make-deno-edition": "^2.0.0",
"make-deno-edition": "^2.0.1",
"prettier": "^3.1.0",
"projectz": "^3.4.0",
"surge": "^0.23.1",
"typedoc": "^0.25.3",
"typescript": "5.2.2",
"typedoc": "^0.25.4",
"typescript": "5.3.2",
"valid-directory": "^4.6.0",

@@ -272,4 +271,5 @@ "valid-module": "^2.6.0"

"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"endOfLine": "lf"
}
}
}

@@ -93,3 +93,3 @@ <!-- TITLE/ -->

``` typescript
import pkg from 'https://unpkg.com/eachr@^7.0.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/eachr@^7.1.0/edition-deno/index.ts'
```

@@ -101,3 +101,3 @@

<script type="module">
import pkg from '//cdn.skypack.dev/eachr@^7.0.0'
import pkg from '//cdn.skypack.dev/eachr@^7.1.0'
</script>

@@ -110,3 +110,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/eachr@^7.0.0'
import pkg from '//unpkg.com/eachr@^7.1.0'
</script>

@@ -119,3 +119,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/eachr@7.0.0'
import pkg from '//dev.jspm.io/eachr@7.1.0'
</script>

@@ -131,5 +131,5 @@ ```

<li><code>eachr/edition-browsers/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>eachr/edition-es2022/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>eachr/edition-es5/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES5 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>eachr/edition-es2022-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>eachr/edition-es2022/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>eachr/edition-es5/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES5 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 4 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>eachr/edition-es2022-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 21 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>eachr/edition-types/index.d.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled Types with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>

@@ -136,0 +136,0 @@ <li><code>eachr/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul>

{
"compilerOptions": {
"allowJs": true,
"downlevelIteration": true,
"esModuleInterop": true,
"isolatedModules": true,
"maxNodeModuleJsDepth": 5,
"module": "ESNext",
"moduleResolution": "Node",
"skipLibCheck": false,
"strict": true,
"target": "ES2022",
"skipLibCheck": false,
"module": "ESNext",
"downlevelIteration": true
"target": "ES2022"
},
"include": ["source"]
}
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