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 4.0.0 to 4.1.0

4

package.json
{
"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 @@ ```

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