Socket
Socket
Sign inDemoInstall

@capacitor/cli

Package Overview
Dependencies
Maintainers
5
Versions
847
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/cli - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

dist/android/add.js

47

package.json
{
"name": "@capacitor/cli",
"version": "0.0.11",
"version": "0.0.12",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",

@@ -13,5 +13,5 @@ "homepage": "https://ionic-team.github.io/capacitor/",

},
"main": "./dist/cli.js",
"main": "./dist/index.js",
"scripts": {
"build": "npm run clean && npm run assets && tsc && npm run rollup",
"build": "npm run clean && npm run assets && tsc",
"clean": "rm -rf ./dist",

@@ -22,4 +22,2 @@ "deploy": "np",

"prepublishOnly": "npm run build",
"rollup": "rollup --config rollup.config.js",
"minify": "node_modules/.bin/uglifyjs --mangle --compress --source-map \"content='dist/cli.js.map',url='cli.js.map'\" --comments '/^/*!/' --output dist/cli.js dist/cli.js",
"test": "jest",

@@ -31,3 +29,3 @@ "watch": "npm run assets && tsc -w"

"bin/",
"dist/cli.js"
"dist/"
],

@@ -50,2 +48,18 @@ "keywords": [

"license": "MIT",
"dependencies": {
"@types/tar": "^4.0.0",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"compare-versions": "^3.1.0",
"fs-extra": "^4.0.3",
"inquirer": "^4.0.1",
"opn": "^5.1.0",
"ora": "^1.3.0",
"semver": "^5.4.1",
"superagent": "^3.8.2",
"superagent-proxy": "^1.0.2",
"tar": "^4.2.0",
"which": "^1.3.0",
"xml2js": "^0.4.19"
},
"devDependencies": {

@@ -59,30 +73,11 @@ "@types/fs-extra": "^4.0.5",

"@types/semver": "^5.4.0",
"@types/tar": "^4.0.0",
"@types/which": "^1.0.28",
"@types/xml2js": "^0.4.2",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"fs-extra": "^4.0.3",
"inquirer": "^4.0.1",
"jest": "^21.2.1",
"mock-fs": "^4.4.2",
"np": "^2.18.2",
"opn": "^5.1.0",
"ora": "^1.3.0",
"rollup": "^0.54.1",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-re": "^1.0.6",
"semver": "^5.4.1",
"superagent": "^3.8.2",
"superagent-proxy": "^1.0.2",
"tar": "^4.2.0",
"ts-jest": "^21.2.4",
"tslint": "^5.8.0",
"tslint-ionic-rules": "0.0.11",
"typescript": "^2.6.2",
"uglify-es": "^3.3.8",
"which": "^1.3.0",
"xml2js": "^0.4.19"
"typescript": "^2.6.2"
},

@@ -89,0 +84,0 @@ "publishConfig": {

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