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

trim-off-newlines

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trim-off-newlines - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js
'use strict';
var regex = /^(?:\r\n|\n|\r)+|(?:\r\n|\n|\r)+$/g;
var regex = /^(?:\r|\n)+|(?:\r|\n)+$/g;

@@ -5,0 +5,0 @@ module.exports = function (str) {

{
"name": "trim-off-newlines",
"version": "1.0.1",
"version": "1.0.2",
"description": "Similar to String#trim() but removes only newlines",

@@ -37,6 +37,5 @@ "license": "MIT",

],
"dependencies": {},
"devDependencies": {
"mocha": "*",
"xo": "*"
"xo": "^0.17.1"
},

@@ -43,0 +42,0 @@ "xo": {

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