New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@particle/detect-newline-style

Package Overview
Dependencies
Maintainers
36
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particle/detect-newline-style - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

6

CHANGELOG.md
# `@particle/detect-newline-style` Changelog
## v2.0.3
### Fixes & Updates
* Tune code coverage settings
## v2.0.2

@@ -5,0 +11,0 @@

15

package.json
{
"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"
}
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