New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coins-notify

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coins-notify - npm Package Compare versions

Comparing version 1.1.0 to 1.1.4

.npmignore

16

package.json
{
"name": "coins-notify",
"version": "1.1.0",
"version": "1.1.4",
"description": "show notifications in the browser. use 'growl' like notifications first, or notifyjs (jQuery plugin) as the fallback",
"main": "index.js",
"scripts": {
"test": "testem ci"
"test": "echo 'please run tests manually via `testem`'",
"preversion": "git checkout master && git pull && npm ls",
"publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish",
"publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish",
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish"
},
"pre-commit": ["test"],
"pre-commit": [
"test"
],
"repository": {

@@ -24,3 +30,3 @@ "type": "git",

"dependencies": {
"notifyjs": "^1.2.5"
"notifyjs": "^1.2.8"
},

@@ -33,4 +39,4 @@ "devDependencies": {

"tape": "^4.0.0",
"testem": "^0.8.3"
"testem": "^0.9.8"
}
}
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