Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bevry/ansi

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bevry/ansi - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0-next.1597667821.d0898c9b376ccb231ba22f46aeac2d2a81791e14

4

HISTORY.md
# History
## v1.3.0 2020 August 17
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v1.2.0 2020 August 4

@@ -4,0 +8,0 @@

26

package.json
{
"name": "@bevry/ansi",
"version": "1.2.0",
"version": "1.3.0-next.1597667821.d0898c9b376ccb231ba22f46aeac2d2a81791e14",
"description": "Fork of @thlorenz's ansicolors and ansistyles packages that converts them to typescript and makes them compatible with deno",

@@ -165,19 +165,19 @@ "homepage": "https://github.com/bevry/ansi",

"devDependencies": {
"@bevry/update-contributors": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"assert-helpers": "^6.18.0",
"eslint": "^7.6.0",
"eslint-config-bevry": "^3.17.0",
"@bevry/update-contributors": "^1.15.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"assert-helpers": "^6.19.0",
"eslint": "^7.7.0",
"eslint-config-bevry": "^3.18.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"kava": "^5.9.0",
"make-deno-edition": "^0.15.0",
"kava": "^5.10.0",
"make-deno-edition": "^1.0.0",
"prettier": "^2.0.5",
"projectz": "^2.12.0",
"projectz": "^2.14.0",
"surge": "^0.21.6",
"typedoc": "^0.17.8",
"typedoc": "^0.18.0",
"typescript": "^3.9.7",
"valid-directory": "^2.7.0",
"valid-module": "^1.11.0"
"valid-directory": "^3.0.0",
"valid-module": "^1.12.0"
},

@@ -184,0 +184,0 @@ "scripts": {

@@ -54,10 +54,10 @@ <!-- TITLE/ -->

``` typescript
import * as pkg from 'https://unpkg.com/@bevry/ansi@^1.2.0/edition-deno/index.ts'
import * as pkg from 'https://unpkg.com/@bevry/ansi@^1.3.0/edition-deno/index.ts'
```
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a>
<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a>
``` html
<script type="module">
import * as pkg from '//cdn.pika.dev/@bevry/ansi/^1.2.0'
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^1.3.0'
</script>

@@ -70,3 +70,3 @@ ```

<script type="module">
import * as pkg from '//unpkg.com/@bevry/ansi@^1.2.0'
import * as pkg from '//unpkg.com/@bevry/ansi@^1.3.0'
</script>

@@ -79,3 +79,3 @@ ```

<script type="module">
import * as pkg from '//dev.jspm.io/@bevry/ansi@1.2.0'
import * as pkg from '//dev.jspm.io/@bevry/ansi@1.3.0'
</script>

@@ -82,0 +82,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc