lazy-require
Advanced tools
Comparing version 4.5.0 to 4.6.0-next.1592625008.c8b34a2b6ede883d2f6f79cc3037a357c8149d8b
# History | ||
## v4.6.0 2020 June 20 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.5.0 2020 June 11 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Lazy Require", | ||
"name": "lazy-require", | ||
"version": "4.5.0", | ||
"version": "4.6.0-next.1592625008.c8b34a2b6ede883d2f6f79cc3037a357c8149d8b", | ||
"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.", | ||
@@ -106,23 +106,23 @@ "homepage": "https://github.com/bevry/lazy-require", | ||
"dependencies": { | ||
"errlop": "^3.6.0", | ||
"errlop": "^3.7.0", | ||
"extract-opts": "^4.3.0", | ||
"safeps": "^10.4.0" | ||
"safeps": "^10.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.1", | ||
"@babel/core": "^7.10.2", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.1", | ||
"@babel/preset-env": "^7.10.2", | ||
"@bevry/update-contributors": "^1.9.0", | ||
"assert-helpers": "^6.8.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-bevry": "^3.9.0", | ||
"@babel/cli": "^7.10.3", | ||
"@babel/core": "^7.10.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.3", | ||
"@babel/preset-env": "^7.10.3", | ||
"@bevry/update-contributors": "^1.10.0", | ||
"assert-helpers": "^6.10.0", | ||
"eslint": "^7.3.0", | ||
"eslint-config-bevry": "^3.10.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"kava": "^5.4.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.5.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.6.0", | ||
"projectz": "^2.7.0", | ||
"rimraf": "^3.0.2", | ||
"valid-directory": "^2.3.0" | ||
"valid-directory": "^2.4.0" | ||
}, | ||
@@ -129,0 +129,0 @@ "scripts": { |
@@ -124,3 +124,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/lazy-require@4.5.0' | ||
import * as pkg from '//dev.jspm.io/lazy-require@4.6.0' | ||
</script> | ||
@@ -127,0 +127,0 @@ ``` |
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
37948
6
1
Updatederrlop@^3.7.0
Updatedsafeps@^10.5.0