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
23
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 1.0.1 to 1.0.2

6

CHANGELOG.md
# `@particle/detect-newline-style` Changelog
## v1.0.2
### Fixes & Updates
* Minor `package.json` tuning
## v1.0.1

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

9

package.json
{
"name": "@particle/detect-newline-style",
"description": "Determine a string's preferred newline character",
"version": "1.0.1",
"version": "1.0.2",
"author": "Particle Industries, inc",
"license": "UNLICENSED",
"main": "src/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -18,3 +21,3 @@ "version": "npm run changelog:update",

"test:unit:silent": "PARTICLE_NOOP=$(npm run test:unit)",
"coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 85 --all npm run test:unit:silent",
"coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 100 --all npm run test:unit:silent",
"changelog:update": "node ../../bin/update-changelog.js detect-newline-style",

@@ -27,3 +30,3 @@ "docs:build": "node ../../bin/build-docs.js detect-newline-style"

},
"gitHead": "eeeb7e95366e06549d3b4de49a067a056531f5b6"
"gitHead": "80d4ab1d2fb6c277f5780388d2a76ed2f0876b22"
}
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