Socket
Socket
Sign inDemoInstall

magic-string

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magic-string - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

CHANGELOG.md

2

dist/magic-string.deps.js

@@ -541,3 +541,3 @@ (function (global, factory) {

reverseMappings = reverse( mappings, this.str.length ),
pattern = /^[^\n]/gm,
pattern = /^[^\r\n]/gm,
match,

@@ -544,0 +544,0 @@ inserts = [],

@@ -455,3 +455,3 @@ (function (global, factory) {

reverseMappings = reverse( mappings, this.str.length ),
pattern = /^[^\n]/gm,
pattern = /^[^\r\n]/gm,
match,

@@ -458,0 +458,0 @@ inserts = [],

@@ -5,3 +5,3 @@ {

"author": "Rich Harris",
"version": "0.4.2",
"version": "0.4.3",
"repository": "https://github.com/rich-harris/magic-string",

@@ -18,2 +18,3 @@ "main": "dist/magic-string.js",

"gobble-esperanto-bundle": "^0.1.4",
"mocha": "^2.1.0",
"resolve": "^1.1.0",

@@ -31,3 +32,3 @@ "source-map": "^0.1.40"

"test": "mocha",
"build": "mocha; mkdir -p dist; rm -rf dist/*; cp .tmp/dist/* dist",
"build": "sh ./scripts/build.sh",
"prepublish": "npm run build"

@@ -34,0 +35,0 @@ },

@@ -58,3 +58,3 @@ import Bundle from '../Bundle';

reverseMappings = reverse( mappings, this.str.length ),
pattern = /^[^\n]/gm,
pattern = /^[^\r\n]/gm,
match,

@@ -61,0 +61,0 @@ inserts = [],

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