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

dingdingdong

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dingdingdong - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

49

package.json
{
"name": "dingdingdong",
"version": "1.0.0",
"description": "Alert yourself when a task ends",
"repository": "https://github.com/Shahor/dingdingdong",
"author": "Alexandre Gaudencio",
"license": "MIT",
"scripts": {
"start": "yarn run build && node lib/index.js",
"build": "node_modules/.bin/babel src --out-dir lib",
"link" : "yarn run build && npm link"
},
"bin" : {
"dingdingdong" : "lib/index.js"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.1.8",
"commander": "^2.9.0",
"eslint": "^3.13.1",
"ramda": "^0.23.0",
"request": "^2.79.0",
"webpack": "^1.14.0"
}
"name": "dingdingdong",
"version": "1.1.0",
"description": "Alert yourself when a task ends",
"repository": "https://github.com/Shahor/dingdingdong",
"author": "Alexandre Gaudencio",
"license": "MIT",
"scripts": {
"start": "yarn run build && node lib/index.js",
"build": "node_modules/.bin/babel src --out-dir lib",
"link": "yarn run build && npm link",
"prepublish": "yarn run build"
},
"bin": {
"dingdingdong": "lib/index.js"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.1.8",
"commander": "^2.9.0",
"eslint": "^3.13.1",
"ramda": "^0.23.0",
"request": "^2.79.0",
"webpack": "^1.14.0"
}
}
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