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

add-react-component

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-react-component - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

index.js

@@ -6,2 +6,3 @@ #!/usr/bin/env node

const mkdirp = require('mkdirp')
const chalk = require('chalk')

@@ -48,3 +49,3 @@ const ComponentIndex = require('./components/component-index')

console.log(`Component ${name} created`)
console.log(chalk.green(`Component ${chalk.blue.underline.bold(name)} created`))
}
{
"name": "add-react-component",
"version": "1.1.0",
"version": "1.1.1",
"description": "Create React Component CLI",

@@ -20,2 +20,3 @@ "repository": {

"dependencies": {
"chalk": "~2.1.0",
"commander": "~2.9.0",

@@ -22,0 +23,0 @@ "mkdirp": "~0.5.1",

@@ -61,3 +61,3 @@ # add-react-component

`example.test.js`
```
```js
import React from 'react'

@@ -64,0 +64,0 @@ import { shallow } from 'enzyme'

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