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
22
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.0 to 1.0.1

6

CHANGELOG.md
# `@particle/detect-newline-style` Changelog
## v1.0.1
### Fixes & Updates
* Make package public
## v1.0.0

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

11

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

@@ -21,3 +18,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 npm run test:unit:silent",
"coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 85 --all npm run test:unit:silent",
"changelog:update": "node ../../bin/update-changelog.js detect-newline-style",

@@ -28,5 +25,5 @@ "docs:build": "node ../../bin/build-docs.js detect-newline-style"

"node": ">=8",
"npm": "5.x"
"npm": "6.x"
},
"gitHead": "c718bde8ead11f4f41268bd1787ecf0b16eca041"
"gitHead": "eeeb7e95366e06549d3b4de49a067a056531f5b6"
}
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