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 2.0.0 to 2.1.0-next.1603919717.b2b254c3812f5fa8e75489d948e75fb3daf65021

4

HISTORY.md
# History
## v2.1.0 2020 October 29
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v2.0.0 2020 October 27

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

12

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

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

},
"funding": {
"url": "https://bevry.me/fund"
},
"funding": "https://bevry.me/fund",
"author": "2020+ Benjamin Lupton <b@lupton.cc> (https://balupton.com), 2013 Thorsten Lorenz (https://www.twitch.tv/thlorenz)",

@@ -178,8 +176,8 @@ "maintainers": [

"assert-helpers": "^8.0.1",
"eslint": "^7.12.0",
"eslint": "^7.12.1",
"eslint-config-bevry": "^3.22.0",
"eslint-config-prettier": "^6.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"kava": "3.2.0",
"make-deno-edition": "^1.1.1",
"make-deno-edition": "^1.2.0",
"prettier": "^2.1.2",

@@ -186,0 +184,0 @@ "projectz": "^2.16.0",

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

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

@@ -62,3 +62,3 @@

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

@@ -71,3 +71,3 @@ ```

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

@@ -80,3 +80,3 @@ ```

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

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