You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

build-number-generator

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

build-number-generator - npm Package Compare versions

Comparing version

to
0.0.2

12

package.json
{
"name": "build-number-generator",
"description": "Generates a unique build number with the build time readable \"by a human\".",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/prantlf/build-number-generator",

@@ -36,4 +36,6 @@ "author": {

"test": "npm run lint && npm run check",
"coveralls": "COVERALLS_REPO_TOKEN=WWZwbWYSXerOnJUWlmnZyhBWvhdfiGVt8 npm run check -- --cov --coverage-report=lcov --no-browser",
"coverage": "test `node --version | cut -c 2` -eq 8 && npm run coveralls"
"coveralls": "COVERALLS_REPO_TOKEN=gdW8xKIlPOKwdpTM79HShT78OTbpbSNBd npm run check -- --cov --coverage-report=lcov --no-browser",
"coverage": "test `node --version | cut -c 2` -eq 8 && npm run coveralls",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},

@@ -47,3 +49,5 @@ "dependencies": {

"standard": "^11.0.1",
"tap": "^12.0.1"
"tap": "^12.0.1",
"travis-deploy-once": "^5.0.1",
"semantic-release": "^15.6.3"
},

@@ -50,0 +54,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet