New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ansi-to-react

Package Overview
Dependencies
Maintainers
14
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-to-react - npm Package Compare versions

Comparing version

to
3.3.4

3

__tests__/index-spec.js

@@ -1,2 +0,1 @@

import Ansi from "../src/index";
import * as React from "react";

@@ -6,2 +5,4 @@ import { configure, shallow } from "enzyme";

import Ansi from "../src/index";
configure({ adapter: new Adapter() });

@@ -8,0 +9,0 @@

{
"name": "ansi-to-react",
"version": "3.3.3",
"version": "3.3.4",
"description": "ANSI to React Elements",

@@ -34,3 +34,3 @@ "main": "lib/index.js",

},
"gitHead": "b26ca67b6930b5aa2dc23d498e48b30374655471"
"gitHead": "3b8e71338cc8cdc21346c4e41d80312cb253f2f7"
}

@@ -5,4 +5,10 @@ # ANSI to React

```
## Installation
You may use whichever package manager (`npm` or `yarn`) best suits your workflow. The `nteract` team internally uses `yarn`.
```bash
npm install --save ansi-to-react
# OR
yarn add ansi-to-react
```

@@ -9,0 +15,0 @@