Socket
Socket
Sign inDemoInstall

eachr

Package Overview
Dependencies
Maintainers
2
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 3.3.0 to 4.0.0-next.1574045795.e5e6336e4434379a245f0ce93ea756560c9119ef

5

HISTORY.md
# History
## v4.0.0 2019 November 18
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Minimum required node version changed from `node: >=0.10` to `node: >=8` to keep up with mandatory ecosystem changes
## v3.3.0 2019 November 13

@@ -4,0 +9,0 @@

56

package.json
{
"name": "eachr",
"version": "3.3.0",
"version": "4.0.0-next.1574045795.e5e6336e4434379a245f0ce93ea756560c9119ef",
"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.",

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

"engines": {
"node": ">=0.10"
"node": ">=8"
},

@@ -78,3 +78,3 @@ "editions": [

"engines": {
"node": "6 || 8 || 10 || 12 || 13",
"node": "8 || 10 || 12",
"browsers": false

@@ -95,22 +95,8 @@ }

}
},
{
"description": "esnext compiled for node.js 0.10 with require for modules",
"directory": "edition-node-0.10",
"entry": "index.js",
"tags": [
"javascript",
"require"
],
"engines": {
"node": "0.10 || 0.12 || 4 || 6 || 8 || 10 || 12 || 13",
"browsers": false
}
}
],
"main": "index.js",
"main": "source/index.js",
"browser": "edition-browsers/index.js",
"dependencies": {
"editions": "^2.2.0",
"typechecker": "^4.9.0"
"typechecker": "^4.10.0"
},

@@ -122,19 +108,18 @@ "devDependencies": {

"@babel/preset-env": "^7.7.1",
"assert-helpers": "4.10.0",
"assert-helpers": "5.4.0",
"eslint": "^6.6.0",
"eslint-config-bevry": "^1.2.1",
"eslint-config-prettier": "^6.5.0",
"eslint-config-prettier": "^6.6.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-prettier": "^3.1.1",
"kava": "^3.2.0",
"kava": "4.0.0",
"prettier": "^1.19.1",
"projectz": "^1.9.0",
"projectz": "^1.10.0",
"semver": "^6.3.0",
"valid-directory": "^1.0.0"
"valid-directory": "^1.1.1"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-0.10",
"our:compile": "npm run our:compile:edition-browsers",
"our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source",
"our:compile:edition-node-0.10": "env BABEL_ENV=edition-node-0.10 babel --out-dir ./edition-node-0.10 ./source",
"our:deploy": "echo no need for this project",

@@ -156,3 +141,3 @@ "our:meta": "npm run our:meta:projectz",

"our:verify:prettier": "prettier --write ./source/**",
"test": "node ./test.js"
"test": "node ./source/test.js"
},

@@ -184,19 +169,2 @@ "eslintConfig": {

]
},
"edition-node-0.10": {
"sourceType": "script",
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "0.10"
},
"modules": "commonjs"
}
]
],
"plugins": [
"@babel/proposal-object-rest-spread"
]
}

@@ -203,0 +171,0 @@ }

@@ -57,6 +57,5 @@ <!-- TITLE/ -->

<ul><li><code>eachr</code> aliases <code>eachr/index.js</code> which uses <a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a> to automatically select the correct edition for the consumers environment</li>
<ul><li><code>eachr</code> aliases <code>eachr/source/index.js</code></li>
<li><code>eachr/source/index.js</code> is esnext source code with require for modules</li>
<li><code>eachr/edition-browsers/index.js</code> is esnext compiled for browsers with require for modules</li>
<li><code>eachr/edition-node-0.10/index.js</code> is esnext compiled for node.js 0.10 with require for modules</li></ul>
<li><code>eachr/edition-browsers/index.js</code> is esnext compiled for browsers with require for modules</li></ul>

@@ -63,0 +62,0 @@ <!-- /INSTALL -->

Sorry, the diff of this file is not supported yet

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