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

ace-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ace-cli - npm Package Compare versions

Comparing version 0.1.0-beta.0 to 0.1.0-beta.4

src/generator/component/demo/index.js

2

package.json
{
"name": "ace-cli",
"version": "0.1.0-beta.0",
"version": "0.1.0-beta.4",
"license": "BSD-3-Clause",

@@ -5,0 +5,0 @@ "description": "Command line interface for Rax",

@@ -78,5 +78,5 @@ # rax-cli [![npm](https://img.shields.io/npm/v/rax-cli.svg)](https://www.npmjs.com/package/rax-cli) [![Dependency Status](https://david-dm.org/alibaba/rax.svg?path=packages/rax-cli)](https://david-dm.org/alibaba/rax.svg?path=packages/rax-cli) [![Known Vulnerabilities](https://snyk.io/test/npm/rax-cli/badge.svg)](https://snyk.io/test/npm/rax-cli)

├── _travis.yml
├── jest.config.js
├── public
│ ├── index.html
│ └── index.html
├── demo
│ └── index.js

@@ -83,0 +83,0 @@ └── src

@@ -10,4 +10,4 @@ {

"build": "rax-scripts build",
"test": "jest",
"lint": "eslint --ext .js --ext .jsx ./src"
"test": "rax-scripts jest",
"lint": "rax-scripts lint"
},

@@ -18,2 +18,7 @@ "keywords": [

],
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"engines": {

@@ -29,15 +34,6 @@ "npm": ">=3.0.0"

"rax": "^1.0.0",
"@babel/core": "7.2.0",
"rax-scripts": "^1.2.0",
"driver-dom": "^1.0.0",
"rax-test-renderer": "^1.0.0",
"babel-preset-rax": "^1.0.0-beta.0",
"babel-jest": "^23.6.0",
"babel-eslint": "10.0.1",
"eslint": "^5.10.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "~7.11.1",
"jest": "^23.6.0",
"jest-localstorage-mock": "^2.3.0"
"rax-test-renderer": "^1.0.0"
}
}

@@ -7,3 +7,3 @@ ## <%= answers.name%>

```
$ npm install your-component-name --save
$ npm install <%= answers.name%> --save
```

@@ -14,3 +14,3 @@

```
import Picture from 'your-component-name';
import MyComponent from '<%= answers.name%>';
```

@@ -17,0 +17,0 @@

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