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

exos-cli

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exos-cli - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

2

dist/commands/init/command.js

@@ -56,3 +56,3 @@ "use strict";

dependencies: [],
devDependencies: ["@types/chai", "@types/mocha", "@types/node", "chai", "coveralls", "mocha", "nyc", "ts-node", "typescript"],
devDependencies: ["@types/node", "exos-scripts", "typescript"],
},

@@ -59,0 +59,0 @@ [types_1.AppTypes.ReactApp]: {

@@ -22,8 +22,5 @@ {

"scripts": {
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "mocha -r ts-node/register src/**/*.spec.ts",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"build": "rm -rf dist && tsc",
"start": "node .",
"debug": "node --nolazy --inspect-brk=9229 .",
"lint": "exos-scripts lint",
"test": "exos-scripts test",
"prepublishOnly": "npm run build"

@@ -30,0 +27,0 @@ },

{
"name": "exos-cli",
"version": "0.2.3",
"version": "0.3.0",
"description": "CLI tool for React projects",

@@ -50,3 +50,3 @@ "main": "./dist/exos-cli.js",

"eslint-plugin-prettier": "^3.1.2",
"exos-scripts": "^0.2.1",
"exos-scripts": "^0.3.0",
"prettier": "^2.0.4",

@@ -56,3 +56,3 @@ "ts-node": "^8.8.1",

},
"gitHead": "f8b77165502f0f4466e6691559ddd600a61efb43"
"gitHead": "66db93702b7fc7ed931957f321be5722ce848997"
}

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