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

magic-string

Package Overview
Dependencies
Maintainers
1
Versions
116
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.6.3 to 0.6.4

4

CHANGELOG.md
# changelog
## 0.6.4
* Fix bug with positive integer coercion
## 0.6.3

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

2

dist/magic-string.deps.js

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

if (loc !== -1) {
if (~loc) {
if (! ~currentStart) {

@@ -606,0 +606,0 @@ currentStart = loc;

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

if (loc !== -1) {
if (~loc) {
if (! ~currentStart) {

@@ -559,0 +559,0 @@ currentStart = loc;

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

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

@@ -8,0 +8,0 @@ "main": "dist/magic-string.js",

@@ -290,3 +290,3 @@ import SourceMap from '../utils/SourceMap';

if ( loc !== -1 ) {
if ( ~loc ) {
if ( !~currentStart ) {

@@ -293,0 +293,0 @@ currentStart = loc;

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