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-greenkeeper-conventional-changelog-cli-1.3.3-1 to 1.2.9-greenkeeper-initial-1

example/hotspot-app/.snyk

12

example/hotspot-app/package.json

@@ -6,7 +6,8 @@ {

"dependencies": {
"gulp": "^3.5.6",
"gulp": "^4.0.0",
"gulp-sass": "^2.0.4",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
"gulp-rename": "^1.2.0",
"snyk": "^1.65.1"
},

@@ -29,3 +30,8 @@ "devDependencies": {

"android"
]
],
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}
{
"name": "cordova-plugin-hotspot",
"version": "1.2.9-greenkeeper-conventional-changelog-cli-1.3.3-1",
"version": "1.2.9-greenkeeper-initial-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.3",
"ink-docstrap": "1.3.0",
"jsdoc": "3.5.0",
"jsdoc-to-markdown": "3.0.0",
"xml2js": "0.4.17"
"conventional-changelog-cli": "1.3.5",
"cordova-plugin-xml": "0.1.2",
"ink-docstrap": "1.3.2",
"jsdoc": "3.5.5",
"jsdoc-to-markdown": "3.0.3",
"xml2js": "0.4.19"
}
}
# Cordova HotSpot Plugin ![android](https://cdn4.iconfinder.com/data/icons/logos-3/228/android-32.png)
[![Greenkeeper badge](https://badges.greenkeeper.io/hypery2k/cordova-hotspot-plugin.svg)](https://greenkeeper.io/)
**DISCONTINUED**

@@ -14,14 +16,16 @@

<a name="donation"></a>
> Feel free to **donate**
>
> <a href='https://pledgie.com/campaigns/25442'><img alt='Click here to lend your support to: MobileApps with Cordova and make a donation at pledgie.com !' src='https://pledgie.com/campaigns/25442.png?skin_name=chrome' border='0' ></a>
>
> <a href='http://www.pledgie.com/campaigns/33053'><img alt='Click here to lend your support and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/33053.png?skin_name=chrome' border='0' /></a>
> <a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AGPGLZYNV6Y5S">
> <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donateCC_LG.gif"/>
> </img></a>
> Or donate [Bitcoins](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D):
> Or donate Bitcoins: bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D
>
> [![Bitcoin](https://martinreinhardt-online.de/bitcoin.png)](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D)
>
>
> Also via [greenaddress](https://greenaddress.it/pay/GA3ZPfh7As3Gc2oP6pQ1njxMij88u/)
## Installation

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