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

grommet-cli

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grommet-cli - npm Package Compare versions

Comparing version 6.0.0-beta.1 to 6.0.0-beta.2

2

package.json
{
"name": "grommet-cli",
"version": "6.0.0-beta.1",
"version": "6.0.0-beta.2",
"main": "bin/grommet.js",

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

# grommet-cli
Command Line interface for grommet v2
## Install
## Run
```command
npm install grommet-cli@next -g
npx --package grommet-cli@next grommet new my-app
```
```command
grommet new my-app
```
## Commands

@@ -15,0 +11,0 @@

@@ -16,8 +16,8 @@ {

"dependencies": {
"grommet": "^2.0.0-alpha.13",
"grommet-icons": "^0.16.0",
"grommet": "^2.0.0-beta.4",
"grommet-icons": "^1.1.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"styled-components": "^3.2.3"
"react": "^16.4.1",
"react-dom": "^16.4.1",
"styled-components": "^3.3.3"
},

@@ -28,3 +28,3 @@ "devDependencies": {

"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-jest": "^23.4.0",
"babel-loader": "^7.1.4",

@@ -37,4 +37,4 @@ "babel-plugin-grommet": "^0.5.2",

"copy-webpack-plugin": "^4.5.1",
"eslint": "^4.19.0",
"eslint-config-airbnb": "^16.1.0",
"eslint": "^5.1.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-parallel": "^0.3.2",

@@ -44,3 +44,3 @@ "eslint-plugin-import": "^2.9.0",

"eslint-plugin-react": "^7.7.0",
"jest": "^22.4.3",
"jest": "^23.4.1",
"jest-styled-components": "^5.0.0",

@@ -51,3 +51,3 @@ "pre-commit": "^1.2.2",

"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.1"

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