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.5.0 to 1.6.0

..gitignore.un~

8

package.json
{
"name": "dingdingdong",
"version": "1.5.0",
"version": "1.6.0",
"description": "Alert yourself when a task ends",

@@ -9,4 +9,4 @@ "repository": "https://github.com/Shahor/dingdingdong",

"scripts": {
"start": "yarn run build && node lib/index.js",
"build": "node_modules/.bin/babel src --out-dir lib",
"start": "yarn run build && node build/index.js",
"build": "node_modules/.bin/babel src --out-dir build",
"link": "npm run build && npm link",

@@ -17,3 +17,3 @@ "prepublish": "npm run build",

"bin": {
"dingdingdong": "lib/index.js"
"dingdingdong": "build/index.js"
},

@@ -20,0 +20,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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