lazy-require
Advanced tools
Comparing version 3.2.0 to 3.3.0-next.1575151771.b20d5ba1168d1b423ca3ffa3642aea21883ec836
# History | ||
## v3.3.0 2019 December 1 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v3.2.0 2019 November 18 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Lazy Require", | ||
"name": "lazy-require", | ||
"version": "3.2.0", | ||
"version": "3.3.0-next.1575151771.b20d5ba1168d1b423ca3ffa3642aea21883ec836", | ||
"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.", | ||
@@ -97,22 +97,22 @@ "homepage": "https://github.com/bevry/lazy-require", | ||
"dependencies": { | ||
"errlop": "^1.2.0", | ||
"extract-opts": "^4.0.0", | ||
"safeps": "8.1.0" | ||
"errlop": "^1.5.0", | ||
"extract-opts": "^4.1.0", | ||
"safeps": "^9.0.0" | ||
}, | ||
"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": "5.4.0", | ||
"eslint": "^6.6.0", | ||
"eslint-config-bevry": "^1.3.0", | ||
"eslint-config-prettier": "^6.6.0", | ||
"@babel/cli": "^7.7.4", | ||
"@babel/core": "^7.7.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"assert-helpers": "^5.6.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-bevry": "^2.1.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"kava": "4.0.0", | ||
"kava": "^4.2.0", | ||
"prettier": "^1.19.1", | ||
"projectz": "^1.10.0", | ||
"rimraf": "3.0.0", | ||
"valid-directory": "^1.1.1" | ||
"projectz": "^1.12.0", | ||
"rimraf": "^3.0.0", | ||
"valid-directory": "^1.3.0" | ||
}, | ||
@@ -119,0 +119,0 @@ "scripts": { |
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
34811
1
+ Addedextendr@4.3.0(transitive)
+ Addedsafefs@5.5.0(transitive)
+ Addedsafeps@9.3.0(transitive)
+ Addedtaskgroup@6.5.0(transitive)
+ Addedunbounded@2.3.0(transitive)
- Removedeachr@3.3.0(transitive)
- Removededitions@1.3.4(transitive)
- Removedextendr@3.5.0(transitive)
- Removedextract-opts@3.4.0(transitive)
- Removedsafefs@4.2.0(transitive)
- Removedsafeps@7.0.18.1.0(transitive)
- Removedtaskgroup@5.5.0(transitive)
- Removedunbounded@1.3.0(transitive)
Updatederrlop@^1.5.0
Updatedextract-opts@^4.1.0
Updatedsafeps@^9.0.0