@bevry/ansi
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "@bevry/ansi", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "ANSI colors and styles for Deno, Node.js, JavaScript, and TypeScript", | ||
@@ -212,3 +212,3 @@ "homepage": "https://github.com/bevry/ansi", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"assert-helpers": "^8.4.0", | ||
"assert-helpers": "^10.0.0", | ||
"eslint": "^8.53.0", | ||
@@ -215,0 +215,0 @@ "eslint-config-bevry": "^3.29.0", |
@@ -55,3 +55,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/@bevry/ansi@^4.0.0/edition-deno/index.ts' | ||
import * as pkg from 'https://unpkg.com/@bevry/ansi@^4.1.0/edition-deno/index.ts' | ||
``` | ||
@@ -63,3 +63,3 @@ | ||
<script type="module"> | ||
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^4.0.0' | ||
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^4.1.0' | ||
</script> | ||
@@ -72,3 +72,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/@bevry/ansi@^4.0.0' | ||
import * as pkg from '//unpkg.com/@bevry/ansi@^4.1.0' | ||
</script> | ||
@@ -81,3 +81,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/@bevry/ansi@4.0.0' | ||
import * as pkg from '//dev.jspm.io/@bevry/ansi@4.1.0' | ||
</script> | ||
@@ -84,0 +84,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
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
71075