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 6.0.0 to 6.1.0-next.1699870657.56e6d2bca303c9b4577c0ac09b6df612fe957d8a

15

package.json
{
"name": "@bevry/ansi",
"version": "6.0.0",
"version": "6.1.0-next.1699870657.56e6d2bca303c9b4577c0ac09b6df612fe957d8a",
"description": "ANSI colors and styles for Deno, Node.js, JavaScript, and TypeScript",

@@ -225,3 +225,3 @@ "homepage": "https://github.com/bevry/ansi",

"dependencies": {
"editions": "^6.9.0"
"editions": "^6.10.0"
},

@@ -233,3 +233,3 @@ "devDependencies": {

"@typescript-eslint/parser": "^6.10.0",
"assert-helpers": "^11.0.0",
"assert-helpers": "^11.1.0",
"eslint": "^8.53.0",

@@ -239,5 +239,5 @@ "eslint-config-bevry": "^3.29.0",

"eslint-plugin-prettier": "^5.0.1",
"kava": "3.2.0",
"kava": "^7.0.0",
"make-deno-edition": "^1.3.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"projectz": "^2.23.0",

@@ -288,4 +288,5 @@ "surge": "^0.23.1",

"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
}
}
}

@@ -55,3 +55,3 @@ <!-- TITLE/ -->

``` typescript
import * as pkg from 'https://unpkg.com/@bevry/ansi@^6.0.0/edition-deno/index.ts'
import * as pkg from 'https://unpkg.com/@bevry/ansi@^6.1.0/edition-deno/index.ts'
```

@@ -63,3 +63,3 @@

<script type="module">
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^6.0.0'
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^6.1.0'
</script>

@@ -72,3 +72,3 @@ ```

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

@@ -81,3 +81,3 @@ ```

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

@@ -84,0 +84,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