Socket
Socket
Sign inDemoInstall

detect-newline

Package Overview
Dependencies
2
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -7,3 +7,3 @@ 'use strict';

var newlines = (str.match(/(?:\r?\n)+/g) || []);
var newlines = (str.match(/(?:\r?\n)/g) || []);
var crlf = newlines.filter(function (el) { return el === '\r\n'; }).length;

@@ -10,0 +10,0 @@ var lf = newlines.length - crlf;

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

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc