@dog-ai/sdnotify-wrapper
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,57 +0,1 @@ | ||
{ | ||
"name": "@dog-ai/sdnotify-wrapper", | ||
"description": "A systemd sd_notify wrapper library", | ||
"version": "1.0.1", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dog-ai/sdnotify-wrapper.git" | ||
}, | ||
"author": "Hugo Freire <hugo@dog.ai>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/dog-ai/sdnotify-wrapper/issues" | ||
}, | ||
"homepage": "https://github.com/dog-ai/sdnotify-wrapper#readme", | ||
"dependencies": { | ||
"bluebird": "3.5.0", | ||
"ffi": "2.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.24.1", | ||
"babel-preset-env": "1.6.1", | ||
"chai": "3.5.0", | ||
"chai-as-promised": "6.0.0", | ||
"coveralls": "2.13.0", | ||
"eslint": "3.19.0", | ||
"eslint-config-hfreire": "1.0.6", | ||
"eslint-plugin-import": "2.3.0", | ||
"eslint-plugin-json": "1.2.0", | ||
"eslint-plugin-mocha": "4.9.0", | ||
"eslint-plugin-node": "5.0.0", | ||
"eslint-plugin-promise": "3.5.0", | ||
"eslint-plugin-standard": "3.0.1", | ||
"eslint-plugin-unicorn": "2.1.1", | ||
"istanbul": "0.4.5", | ||
"mocha": "3.2.0", | ||
"semantic-release": "6.3.2", | ||
"pre-git": "3.14.0", | ||
"testdouble": "2.1.2" | ||
}, | ||
"config": { | ||
"pre-git": { | ||
"commit-msg": "conventional" | ||
} | ||
}, | ||
"scripts": { | ||
"commit": "./node_modules/.bin/commit-wizard", | ||
"clean": "rm -rf lib coverage", | ||
"lint": "node_modules/.bin/eslint . --ext .json --ext .js", | ||
"coverage": "node_modules/.bin/istanbul cover --include-all-sources --root src --print detail ./node_modules/mocha/bin/_mocha -- --recursive test", | ||
"test": "npm run lint && npm run coverage", | ||
"compile": "npm run clean && mkdir -p lib && ./node_modules/.bin/babel src/ -d lib", | ||
"prepublish": "npm run compile", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls", | ||
"semantic-release": "./node_modules/.bin/semantic-release pre && npm publish && node_modules/.bin/semantic-release post" | ||
} | ||
} | ||
{"name":"@dog-ai/sdnotify-wrapper","description":"A systemd sd_notify wrapper library","version":"1.0.2","engines":{"node":">= 6.0.0"},"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/dog-ai/sdnotify-wrapper.git"},"author":"Hugo Freire <hugo@dog.ai>","license":"MIT","bugs":{"url":"https://github.com/dog-ai/sdnotify-wrapper/issues"},"homepage":"https://github.com/dog-ai/sdnotify-wrapper#readme","dependencies":{"bluebird":"3.5.1","ffi":"2.2.0"},"devDependencies":{"babel-cli":"6.26.0","babel-preset-env":"1.6.1","chai":"4.1.2","chai-as-promised":"7.1.1","coveralls":"2.13.3","eslint":"4.13.0","eslint-config-hfreire":"1.0.9","eslint-plugin-import":"2.8.0","eslint-plugin-json":"1.2.0","eslint-plugin-mocha":"4.11.0","eslint-plugin-node":"5.2.1","eslint-plugin-promise":"3.6.0","eslint-plugin-standard":"3.0.1","eslint-plugin-unicorn":"3.0.0","istanbul":"0.4.5","mocha":"4.0.1","pre-git":"3.16.0","semantic-release":"9.1.0","testdouble":"3.2.6"},"config":{"pre-git":{"commit-msg":"conventional","allow-untracked-files":true}},"scripts":{"clean":"rm -rf lib coverage","lint":"node_modules/.bin/eslint . --ext .json --ext .js","coverage":"node_modules/.bin/istanbul cover --include-all-sources --root src --print detail ./node_modules/mocha/bin/_mocha -- --recursive test","test":"npm run lint && npm run coverage","compile":"npm run clean && mkdir -p lib && ./node_modules/.bin/babel src/ -d lib","prepublish":"npm run compile","coveralls":"cat ./coverage/lcov.info | ./node_modules/.bin/coveralls","semantic-release":"./node_modules/.bin/semantic-release","commit":"./node_modules/.bin/commit-wizard"}} |
# A :penguin: systemd sd_notify :package: wrapper library | ||
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) | ||
[![Build Status](https://travis-ci.org/dog-ai/sdnotify-wrapper.svg?branch=master)](https://travis-ci.org/dog-ai/sdnotify-wrapper) | ||
[![Coverage Status](https://coveralls.io/repos/github/dog-ai/sdnotify-wrapper/badge.svg?branch=master)](https://coveralls.io/github/dog-ai/sdnotify-wrapper?branch=master) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/dog-ai/sdnotify-wrapper.svg)](https://greenkeeper.io/) | ||
[![](https://img.shields.io/github/release/dog-ai/sdnotify-wrapper.svg)](https://github.com/dog-ai/sdnotify-wrapper/releases) | ||
[![](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) | ||
[![Version](https://img.shields.io/npm/v/@dog-ai/sdnotify-wrapper.svg)](https://www.npmjs.com/package/@dog-ai/sdnotify-wrapper) | ||
[![Downloads](https://img.shields.io/npm/dt/@dog-ai/sdnotify-wrapper.svg)](https://www.npmjs.com/package/@dog-ai/sdnotify-wrapper) | ||
A systemd sd_notify wrapper library. | ||
> A systemd sd_notify wrapper library. | ||
@@ -14,0 +11,0 @@ ### Features |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4957
27
+ Addedbluebird@3.5.1(transitive)
- Removedbluebird@3.5.0(transitive)
Updatedbluebird@3.5.1