Socket
Socket
Sign inDemoInstall

multiline

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiline - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

index.js

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

// stop matching before: last newline => optional whitespace => comment end block
var reCommentContents = /\/\*!?(?:\@preserve)?\s*(?:\r\n|\n)([\s\S]*?)(?:\r\n|\n)\s*\*\//;
var reCommentContents = /\/\*!?(?:\@preserve)?(?:\r\n|\n)([\s\S]*?)(?:\r\n|\n)\s*\*\//;

@@ -9,0 +9,0 @@ var multiline = module.exports = function (fn) {

{
"name": "multiline",
"version": "0.3.0",
"version": "0.3.1",
"description": "Multiline strings in JavaScript",

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

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