lazy-require
Advanced tools
Comparing version 3.1.0 to 3.2.0-next.1574054193.00fa7c0233200e3fa9d6c4fbcd5e63a7fcab74bd
# History | ||
## v3.2.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) | ||
## v3.1.0 2019 November 13 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Lazy Require", | ||
"name": "lazy-require", | ||
"version": "3.1.0", | ||
"version": "3.2.0-next.1574054193.00fa7c0233200e3fa9d6c4fbcd5e63a7fcab74bd", | ||
"description": "Lazy require allows you to require modules lazily, meaning that when you lazy require a module that is missing, lazy require will automatically install it for you.", | ||
@@ -52,3 +52,4 @@ "homepage": "https://github.com/bevry/lazy-require", | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)", | ||
"Rob Loach <robloach@gmail.com> (http://robloach.net)" | ||
"Rob Loach <robloach@gmail.com> (http://robloach.net)", | ||
"dependabot-preview[bot] (http://github.com/apps/dependabot-preview)" | ||
], | ||
@@ -76,3 +77,3 @@ "bugs": { | ||
"engines": { | ||
"node": "8 || 10 || 12 || 13", | ||
"node": "8 || 10 || 12", | ||
"browsers": false | ||
@@ -98,4 +99,4 @@ } | ||
"dependencies": { | ||
"errlop": "^1.1.2", | ||
"extract-opts": "^3.3.1", | ||
"errlop": "^1.2.0", | ||
"extract-opts": "^4.0.0", | ||
"safeps": "8.1.0" | ||
@@ -108,13 +109,13 @@ }, | ||
"@babel/preset-env": "^7.7.1", | ||
"assert-helpers": "^5.2.1", | ||
"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", | ||
"kava": "^3.2.0", | ||
"kava": "4.0.0", | ||
"prettier": "^1.19.1", | ||
"projectz": "^1.9.0", | ||
"projectz": "^1.10.0", | ||
"rimraf": "3.0.0", | ||
"valid-directory": "^1.0.0" | ||
"valid-directory": "^1.1.1" | ||
}, | ||
@@ -121,0 +122,0 @@ "scripts": { |
@@ -163,3 +163,4 @@ <!-- TITLE/ --> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/lazy-require/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/lazy-require">view contributions</a></li> | ||
<li><a href="http://robloach.net">Rob Loach</a> — <a href="https://github.com/bevry/lazy-require/commits?author=RobLoach" title="View the GitHub contributions of Rob Loach on repository bevry/lazy-require">view contributions</a></li></ul> | ||
<li><a href="http://robloach.net">Rob Loach</a> — <a href="https://github.com/bevry/lazy-require/commits?author=RobLoach" title="View the GitHub contributions of Rob Loach on repository bevry/lazy-require">view contributions</a></li> | ||
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/lazy-require/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/lazy-require">view contributions</a></li></ul> | ||
@@ -166,0 +167,0 @@ <a href="https://github.com/bevry/lazy-require/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
34605
184
1
+ Addedeachr@4.5.0(transitive)
+ Addedextract-opts@4.3.0(transitive)
+ Addedtypechecker@6.4.0(transitive)
Updatederrlop@^1.2.0
Updatedextract-opts@^4.0.0