@sealsystems/log
Advanced tools
Comparing version 1.2.4 to 1.3.0
{ | ||
"name": "@sealsystems/log", | ||
"version": "1.2.4", | ||
"version": "1.3.0", | ||
"description": "Logger for all Node.js modules by SEAL Systems", | ||
@@ -13,7 +13,5 @@ "author": { | ||
"bot": "bot", | ||
"release": "bot release && npm publish", | ||
"release-minor": "bot release --type minor && npm publish", | ||
"release-major": "bot release --type major && npm publish", | ||
"test": "bot test-units", | ||
"coverage": "istanbul cover _mocha -- --recursive --ui tdd ", | ||
"release": "semantic-release --branch ${CIRCLE_BRANCH}", | ||
"test": "npm run bot test-units", | ||
"coverage": "nyc --reporter=text --reporter=lcov mocha", | ||
"report": "npm run coverage && if [[ $OSTYPE == darwin* ]]; then open=open; else open=xdg-open; fi && $open coverage/lcov-report/index.html" | ||
@@ -33,5 +31,9 @@ }, | ||
"nodeenv": "1.0.0", | ||
"nyc": "12.0.2", | ||
"roboter": "0.16.0", | ||
"roboter-server": "0.16.0" | ||
}, | ||
"release": { | ||
"extends": "@sealsystems/semantic-release-config/node-module" | ||
}, | ||
"publishConfig": { | ||
@@ -38,0 +40,0 @@ "access": "public" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6052
6
6
1