Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

detect-newline

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-newline - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

cli.js

@@ -25,3 +25,3 @@ #!/usr/bin/env node

function init(data) {
process.stdout.write(detectNewline(data.toString()));
process.stdout.write(detectNewline(data));
}

@@ -28,0 +28,0 @@

{
"name": "detect-newline",
"version": "1.0.0",
"version": "1.0.1",
"description": "Detect the dominant newline character of a string",

@@ -40,3 +40,3 @@ "license": "MIT",

"dependencies": {
"get-stdin": "^2.0.0",
"get-stdin": "^3.0.0",
"minimist": "^1.1.0"

@@ -43,0 +43,0 @@ },

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