Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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-greenkeeper-jsdoc-3.5.5-1 to 1.2.9-greenkeeper-jsdoc-to-markdown-3.0.2-1

26

package.json
{
"name": "cordova-plugin-hotspot",
"version": "1.2.9-greenkeeper-jsdoc-3.5.5-1",
"version": "1.2.9-greenkeeper-jsdoc-to-markdown-3.0.2-1",
"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.5",
"jsdoc-to-markdown": "3.0.0",
"xml2js": "0.4.17"
"jsdoc": "3.5.0",
"jsdoc-to-markdown": "3.0.2",
"xml2js": "0.4.18"
}
}

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