caterpillar-browser
Advanced tools
Comparing version 6.12.0 to 6.13.0-next.1593751563.bd019fd6594c1ba814291eda2bab54cb00602056
# History | ||
## v6.13.0 2020 July 3 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.12.0 2020 July 3 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Browser Transform for Caterpillar", | ||
"name": "caterpillar-browser", | ||
"version": "6.12.0", | ||
"version": "6.13.0-next.1593751563.bd019fd6594c1ba814291eda2bab54cb00602056", | ||
"description": "Use Caterpillar within Web Browsers! (even includes support for colors!)", | ||
@@ -150,5 +150,5 @@ "homepage": "https://github.com/bevry/caterpillar-browser", | ||
"@typescript-eslint/parser": "^3.5.0", | ||
"assert-helpers": "^6.15.0", | ||
"caterpillar": "^5.11.0", | ||
"caterpillar-human": "^6.11.0", | ||
"assert-helpers": "^6.16.0", | ||
"caterpillar": "^5.12.0", | ||
"caterpillar-human": "^6.12.0", | ||
"eslint": "^7.3.1", | ||
@@ -167,3 +167,3 @@ "eslint-config-bevry": "^3.13.0", | ||
"valid-directory": "^2.6.0", | ||
"valid-module": "^1.7.0" | ||
"valid-module": "^1.10.0" | ||
}, | ||
@@ -170,0 +170,0 @@ "scripts": { |
@@ -59,3 +59,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/caterpillar-browser/^6.12.0' | ||
import pkg from '//cdn.pika.dev/caterpillar-browser/^6.13.0' | ||
</script> | ||
@@ -68,3 +68,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/caterpillar-browser@^6.12.0' | ||
import pkg from '//unpkg.com/caterpillar-browser@^6.13.0' | ||
</script> | ||
@@ -77,3 +77,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/caterpillar-browser@6.12.0' | ||
import pkg from '//dev.jspm.io/caterpillar-browser@6.13.0' | ||
</script> | ||
@@ -80,0 +80,0 @@ ``` |
@@ -9,5 +9,6 @@ { | ||
"strict": true, | ||
"target": "ESNext" | ||
"target": "ESNext", | ||
"module": "ESNext" | ||
}, | ||
"include": ["source"] | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
38763
531
0
1