Socket
Socket
Sign inDemoInstall

cordova-plugin-hotspot

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-hotspot - npm Package Compare versions

Comparing version 1.2.9-develop-6 to 1.2.9-develop-9

22

package.json
{
"name": "cordova-plugin-hotspot",
"version": "1.2.9-develop-6",
"version": "1.2.9-develop-9",
"description": "Cordova WiFi Hotspot Plugin",

@@ -32,10 +32,11 @@ "cordova": {

"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'",
"release:pre": "npm run build && npm run test",
"release:post": "node etc/release.js && git add plugin.xml && git commit -m 'Update plugin' && npm run changelog && npm run changelog:add",
"release:major": "npm run release:pre && npm version major && git push origin && git push origin --tags && npm run release:post && npm run version-and-push",
"release:minor": "npm run release:pre && npm version minor && git push origin && git push origin --tags && npm run release:post && npm run version-and-push",
"release:patch": "npm run release:pre && npm version patch && git push origin && git push origin --tags && npm run release:post && npm run version-and-push",
"changelog:add": "git add plugin.xml && git add CHANGELOG.md && git commit -m 'chore(changelog): Updated CHANGELOG.md'",
"version": "cordova-plugin-xml setVersion",
"release:pre": "npm run clean && npm run build && npm run test",
"release:post": "npm run version && npm run changelog && npm run changelog:add",
"release:major": "npm run release:pre && npm version major && npm run release:post && git push origin && git push origin --tags && npm run version-and-push",
"release:minor": "npm run release:pre && npm version minor && npm run release:post && git push origin && git push origin --tags && npm run version-and-push",
"release:patch": "npm run release:pre && npm version patch && npm run release:post && git push origin && git push origin --tags && npm run version-and-push",
"version-and-push": "git push origin && git push origin --tags && npm run publish-and-merge",
"publish-and-merge": "git checkout master && git merge develop && git push && git checkout develop && npm publish"
"publish-and-merge": "git checkout master && git merge develop && npm publish && git push && git checkout develop"
},

@@ -45,8 +46,9 @@ "author": "Martin Reinhardt",

"devDependencies": {
"conventional-changelog-cli": "1.3.0",
"conventional-changelog-cli": "1.3.1",
"cordova-plugin-xml": "0.1.2",
"ink-docstrap": "1.3.0",
"jsdoc": "3.5.0",
"jsdoc-to-markdown": "3.0.0",
"xml2js": "0.4.17"
"xml2js": "0.4.18"
}
}

@@ -21,5 +21,5 @@ # Cordova HotSpot Plugin ![android](https://cdn4.iconfinder.com/data/icons/logos-3/228/android-32.png)

> </img></a>
> Or donate [Bitcoins](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D):
> [![Bitcoin](https://martinreinhardt-online.de/bitcoin.png)](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D)
>
> Or donate [Bitcoins](bitcoin:3CNDEGjhbDxGScBtJYMibRNykRH2wXSLY9):
> [![Bitcoin](https://martinreinhardt-online.de/bitcoin.png)](bitcoin:3CNDEGjhbDxGScBtJYMibRNykRH2wXSLY9)
>
> Also via [greenaddress](https://greenaddress.it/pay/GA3ZPfh7As3Gc2oP6pQ1njxMij88u/)

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