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

clocktime

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clocktime - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.eslintrc

16

package.json
{
"name": "clocktime",
"version": "0.0.1",
"version": "0.0.2",
"description": "Convert from seconds, minutes, hours to clock time (12/24hrs)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"check": "npm run lint && npm test",
"lint": "eslint .",
"test": "mocha test.js"
},

@@ -26,3 +28,11 @@ "repository": {

},
"homepage": "https://github.com/coopy/clocktime#readme"
"homepage": "https://github.com/coopy/clocktime#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.2.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.1.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