@particle/detect-newline-style
Advanced tools
Comparing version 2.0.2 to 2.0.3
# `@particle/detect-newline-style` Changelog | ||
## v2.0.3 | ||
### Fixes & Updates | ||
* Tune code coverage settings | ||
## v2.0.2 | ||
@@ -5,0 +11,0 @@ |
{ | ||
"name": "@particle/detect-newline-style", | ||
"description": "Determine a string's preferred newline character", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Particle Industries, inc", | ||
@@ -21,6 +21,15 @@ "license": "UNLICENSED", | ||
"test:unit:silent": "npm run test:unit > tmp/test-unit-log.txt 2>&1", | ||
"coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 100 --all npm run test:unit:silent", | ||
"coverage": "nyc --reporter=text --temp-dir=./tmp/ --check-coverage --lines 100 --all npm run test:unit:silent", | ||
"changelog:update": "node ../../bin/update-changelog.js detect-newline-style", | ||
"docs:build": "node ../../bin/build-docs.js detect-newline-style" | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"src/**/*.js" | ||
], | ||
"exclude": [ | ||
"**/__fixtures__/**", | ||
"**/*.test.js" | ||
] | ||
}, | ||
"engines": { | ||
@@ -30,3 +39,3 @@ "node": ">=10", | ||
}, | ||
"gitHead": "021138af1b842e81536c4ea3135de45773aac82e" | ||
"gitHead": "820bd906686554dd312a5e41a9aa679b8ec40c78" | ||
} |
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
4304
1