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
37
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.3 to 3.0.0

6

CHANGELOG.md
# `@particle/detect-newline-style` Changelog
## v3.0.0
### Fixes & Updates
* BREAKING - drop support for `node@10`
## v2.0.3

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

11

package.json
{
"name": "@particle/detect-newline-style",
"description": "Determine a string's preferred newline character",
"version": "2.0.3",
"version": "3.0.0",
"author": "Particle Industries, inc",

@@ -23,3 +23,4 @@ "license": "UNLICENSED",

"changelog:update": "node ../../bin/update-changelog.js detect-newline-style",
"docs:build": "node ../../bin/build-docs.js detect-newline-style"
"docs:build": "node ../../bin/build-docs.js detect-newline-style",
"pkglck:fix": "node ../../bin/fix-pkg-lock.js detect-newline-style"
},

@@ -36,6 +37,6 @@ "nyc": {

"engines": {
"node": ">=10",
"npm": "6.x"
"node": ">=12",
"npm": "8.x"
},
"gitHead": "820bd906686554dd312a5e41a9aa679b8ec40c78"
"gitHead": "3932082e342c344208938413bcc5468c3ca482da"
}
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