requirefresh
Advanced tools
Comparing version 2.3.0 to 3.0.0-next.1574057034.2dc512c80418727a2674d79a5c3c4e4db217fcb8
# History | ||
## v3.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.12` to `node: >=8` to keep up with mandatory ecosystem changes | ||
## v2.3.0 2019 November 13 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"title": "Require Fresh", | ||
"name": "requirefresh", | ||
"version": "2.3.0", | ||
"version": "3.0.0-next.1574057034.2dc512c80418727a2674d79a5c3c4e4db217fcb8", | ||
"description": "Require a file without adding it into the require cache", | ||
@@ -50,3 +50,4 @@ "homepage": "https://github.com/bevry/requirefresh", | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)", | ||
"Sean Fridman <mail@seanfridman.com> (http://seanfridman.com)" | ||
"Sean Fridman <mail@seanfridman.com> (http://seanfridman.com)", | ||
"dependabot-preview[bot] (http://github.com/apps/dependabot-preview)" | ||
], | ||
@@ -61,3 +62,3 @@ "bugs": { | ||
"engines": { | ||
"node": ">=0.12" | ||
"node": ">=8" | ||
}, | ||
@@ -75,47 +76,25 @@ "editions": [ | ||
"engines": { | ||
"node": "6 || 8 || 10 || 12 || 13", | ||
"browsers": false | ||
"node": "8 || 10 || 12" | ||
} | ||
}, | ||
{ | ||
"description": "esnext compiled for node.js 0.12 with require for modules", | ||
"directory": "edition-node-0.12", | ||
"entry": "index.js", | ||
"tags": [ | ||
"javascript", | ||
"require" | ||
], | ||
"engines": { | ||
"node": "0.12 || 4 || 6 || 8 || 10 || 12 || 13", | ||
"browsers": false | ||
} | ||
} | ||
], | ||
"main": "index.js", | ||
"dependencies": { | ||
"editions": "^2.2.0" | ||
}, | ||
"main": "source/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.0", | ||
"@babel/core": "^7.7.2", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.6.2", | ||
"@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-bevry": "^1.3.0", | ||
"eslint-config-prettier": "^6.6.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"jsdoc": "^3.6.3", | ||
"kava": "^3.2.0", | ||
"kava": "4.1.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^1.19.1", | ||
"projectz": "^1.9.0", | ||
"projectz": "^1.11.0", | ||
"surge": "^0.21.3", | ||
"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-node-0.12", | ||
"our:compile:edition-node-0.12": "env BABEL_ENV=edition-node-0.12 babel --out-dir ./edition-node-0.12 ./source", | ||
"our:compile": "echo no need for this project", | ||
"our:deploy": "echo no need for this project", | ||
@@ -139,3 +118,3 @@ "our:meta": "npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:verify:prettier": "prettier --write ./source/**", | ||
"test": "node ./test.js" | ||
"test": "node ./source/test.js" | ||
}, | ||
@@ -150,24 +129,3 @@ "eslintConfig": { | ||
"singleQuote": true | ||
}, | ||
"babel": { | ||
"env": { | ||
"edition-node-0.12": { | ||
"sourceType": "script", | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"targets": { | ||
"node": "0.12" | ||
}, | ||
"modules": "commonjs" | ||
} | ||
] | ||
], | ||
"plugins": [ | ||
"@babel/proposal-object-rest-spread" | ||
] | ||
} | ||
} | ||
} | ||
} |
@@ -49,6 +49,7 @@ <!-- TITLE/ --> | ||
<ul><li><code>requirefresh</code> aliases <code>requirefresh/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> | ||
<li><code>requirefresh/source/index.js</code> is esnext source code with require for modules</li> | ||
<li><code>requirefresh/edition-node-0.12/index.js</code> is esnext compiled for node.js 0.12 with require for modules</li></ul> | ||
<ul><li><code>requirefresh</code> aliases <code>requirefresh/source/index.js</code></li> | ||
<li><code>requirefresh/source/index.js</code> is esnext source code with require for modules</li></ul> | ||
<p>Environments older than Node.js v8 may need <a href="https://babeljs.io/docs/usage/polyfill/" title="A polyfill that emulates missing ECMAScript environment features">Babel's Polyfill</a> or something similar.</p> | ||
<h3><a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a></h3> | ||
@@ -138,3 +139,4 @@ | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/requirefresh/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/requirefresh">view contributions</a></li> | ||
<li><a href="http://seanfridman.com">Sean Fridman</a> — <a href="https://github.com/bevry/requirefresh/commits?author=sfrdmn" title="View the GitHub contributions of Sean Fridman on repository bevry/requirefresh">view contributions</a></li></ul> | ||
<li><a href="http://seanfridman.com">Sean Fridman</a> — <a href="https://github.com/bevry/requirefresh/commits?author=sfrdmn" title="View the GitHub contributions of Sean Fridman on repository bevry/requirefresh">view contributions</a></li> | ||
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/requirefresh/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/requirefresh">view contributions</a></li></ul> | ||
@@ -141,0 +143,0 @@ <a href="https://github.com/bevry/requirefresh/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
13
160
1
19331
7
44
1
- Removededitions@^2.2.0
- Removededitions@2.3.1(transitive)
- Removederrlop@2.2.0(transitive)
- Removedsemver@6.3.1(transitive)