Socket
Socket
Sign inDemoInstall

magic-string

Package Overview
Dependencies
Maintainers
3
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.25.6 to 0.25.7

4

CHANGELOG.md
# magic-string changelog
## 0.25.7
* fix bundle mappings after remove and move in multiple sources ([#172](https://github.com/Rich-Harris/magic-string/issues/172))
## 0.25.6

@@ -4,0 +8,0 @@

4

dist/magic-string.cjs.js

@@ -324,5 +324,3 @@ 'use strict';

this.pending = sourceIndex > 0
? [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]
: null;
this.pending = null;
};

@@ -329,0 +327,0 @@

@@ -322,5 +322,3 @@ import { encode } from 'sourcemap-codec';

this.pending = sourceIndex > 0
? [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]
: null;
this.pending = null;
};

@@ -327,0 +325,0 @@

@@ -378,5 +378,3 @@ (function (global, factory) {

this.pending = sourceIndex > 0
? [this.generatedCodeColumn, sourceIndex, loc.line, loc.column]
: null;
this.pending = null;
};

@@ -383,0 +381,0 @@

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

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

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

"build": "rollup -c",
"prepare": "npm run build",
"prepublishOnly": "rm -rf dist && npm test",

@@ -41,0 +42,0 @@ "lint": "eslint src test",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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