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

ansi-to-react

Package Overview
Dependencies
Maintainers
1
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 0.0.3 to 0.0.4

lib/anser.js

31

package.json
{
"name": "ansi-to-react",
"version": "0.0.3",
"version": "0.0.4",
"description": "ANSI to React Elements",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"test": "mocha 'test/**/*.js'"
"prebuild": "mkdirp lib/ && npm run clean",
"prepublish": "npm run build",
"test": "mocha --compilers js:babel-core/register 'test/**/*.js'",
"test:watch": "npm run test -- --watch",
"build": "npm run build:es5",
"build:es5": "babel src --out-dir lib/ --source-maps",
"clean": "rimraf lib/*"
},

@@ -13,7 +19,11 @@ "keywords": [

],
"babel": {
"presets": [
"es2015",
"react"
]
},
"author": "Kyle Kelley <rgbkrk@gmail.com>",
"license": "MPL-2.0",
"dependencies": {
"ansi-to-json": "^1.0.0"
},
"dependencies": {},
"peerDependencies": {

@@ -23,9 +33,16 @@ "react": "^0.14.0 || ^15.0.0-0"

"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"enzyme": "^2.2.0",
"mkdirp": "0.5.0",
"mocha": "^2.4.5",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1"
"react-dom": "^15.0.1",
"rimraf": "^2.5.2",
"should": "^8.3.1"
}
}

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

const Ansi = require('../index');
const Ansi = require('../src/index');
const React = require('react');

@@ -3,0 +3,0 @@ const expect = require('chai').expect;

Sorry, the diff of this file is not supported yet

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