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

@bevry/ansi

Package Overview
Dependencies
Maintainers
1
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.6.0 to 6.7.0-next.1701788289.80a36e88bcc5b18df6477f45f04f5159057a9ede

8

package.json
{
"name": "@bevry/ansi",
"version": "6.6.0",
"version": "6.7.0-next.1701788289.80a36e88bcc5b18df6477f45f04f5159057a9ede",
"description": "ANSI colors and styles for Deno, Node.js, JavaScript, and TypeScript",

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

"dependencies": {
"editions": "^6.17.0"
"editions": "^6.18.0"
},

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

"@typescript-eslint/parser": "^6.13.2",
"assert-helpers": "^11.7.0",
"assert-helpers": "^11.8.0",
"eslint": "^8.55.0",

@@ -307,2 +307,2 @@ "eslint-config-bevry": "^5.2.0",

}
}
}

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

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

@@ -64,3 +64,3 @@

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

@@ -73,3 +73,3 @@ ```

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

@@ -82,3 +82,3 @@ ```

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

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