Socket
Socket
Sign inDemoInstall

@connectedcars/setup

Package Overview
Dependencies
Maintainers
7
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectedcars/setup - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

.vscode/launch.json

40

package.json
{
"name": "@connectedcars/setup",
"version": "0.3.0",
"version": "0.3.1",
"description": "Connected Cars JavaScript/TypeScript development setup",

@@ -21,3 +21,6 @@ "main": "build/dist/src/index.js",

"lint:fix": "eslint --fix './src/**/*.{ts,tsx}' './bin/**/*.{ts,tsx}'",
"prepack": "rm -rf build && npm i && npm run build"
"prepack": "rm -rf build && npm i && npm run build",
"ci-jest": "TZ=UTC jest --silent --no-color --json 2> /dev/null; res=$?; echo; exit $res",
"ci-audit": "npm audit --json || true",
"ci-eslint": "eslint --format json './src/**/*.{ts,tsx}' || true"
},

@@ -38,22 +41,23 @@ "repository": {

"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-typescript": "^7.7.0",
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/preset-env": "^7.7.7",
"@babel/preset-typescript": "^7.7.7",
"@types/args": "^3.0.0",
"@types/jest": "^24.0.22",
"@types/node": "^12.12.6",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"@types/jest": "^24.0.25",
"@types/node": "^13.1.1",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"babel-jest": "^24.9.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"typescript": "^3.7.2"
"prettier": "^1.19.1",
"typescript": "^3.7.4"
}
}

@@ -30,22 +30,23 @@ {

"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "7.7.4",
"@babel/plugin-proposal-optional-chaining": "7.7.5",
"@babel/preset-env": "7.7.7",
"@babel/preset-typescript": "7.7.7",
"@connectedcars/setup": "file:../../",
"@babel/cli": "7.7.0",
"@babel/core": "7.7.0",
"@babel/plugin-proposal-class-properties": "7.7.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-optional-chaining": "7.6.0",
"@babel/preset-env": "7.7.1",
"@babel/preset-typescript": "7.7.0",
"@types/node": "12.12.6",
"@typescript-eslint/eslint-plugin": "2.6.1",
"@typescript-eslint/parser": "2.6.1",
"eslint": "6.6.0",
"eslint-config-prettier": "6.5.0",
"eslint-plugin-prettier": "3.1.1",
"typescript": "3.7.2",
"@types/jest": "24.0.25",
"@types/node": "13.1.1",
"@typescript-eslint/eslint-plugin": "2.13.0",
"@typescript-eslint/parser": "2.13.0",
"babel-jest": "24.9.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.8.0",
"eslint-plugin-prettier": "3.1.2",
"jest": "24.9.0",
"prettier": "1.18.2",
"@types/jest": "24.0.19",
"babel-jest": "24.9.0"
"prettier": "1.19.1",
"typescript": "3.7.4"
}
}
{
"extends": "./node_modules/@connectedcars/setup/tsconfig",
// All paths need to reset or they would be pointing to ./node_modules/@connectedcars/setup
"compilerOptions": {
"outDir": "build/dist"
}
"outDir": "build/dist",
"rootDirs": ["src"]
},
"exclude": [
"build",
"node_modules",
"coverage"
]
}

@@ -18,3 +18,3 @@ {

"outDir": "build/dist",
"rootDirs": ["src"],
"rootDirs": ["src", "bin"],
"incremental": true

@@ -21,0 +21,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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