You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

sourcemap-codec

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.5 to 1.4.6

4

CHANGELOG.md
# sourcemap-codec changelog
## 1.4.6
* Use arrays instead of typed arrays ([#79](https://github.com/Rich-Harris/sourcemap-codec/pull/79))
## 1.4.5

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

6

dist/sourcemap-codec.es.js

@@ -19,3 +19,3 @@ var charToInteger = {};

if (segment.length)
line.push(new Int32Array(segment));
line.push(segment);
segment = [];

@@ -26,3 +26,3 @@ j = 0;

if (segment.length)
line.push(new Int32Array(segment));
line.push(segment);
segment = [];

@@ -79,3 +79,3 @@ j = 0;

if (segment.length)
line.push(new Int32Array(segment));
line.push(segment);
decoded.push(line);

@@ -82,0 +82,0 @@ return decoded;

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

if (segment.length)
line.push(new Int32Array(segment));
line.push(segment);
segment = [];

@@ -32,3 +32,3 @@ j = 0;

if (segment.length)
line.push(new Int32Array(segment));
line.push(segment);
segment = [];

@@ -85,3 +85,3 @@ j = 0;

if (segment.length)
line.push(new Int32Array(segment));
line.push(segment);
decoded.push(line);

@@ -88,0 +88,0 @@ return decoded;

{
"name": "sourcemap-codec",
"version": "1.4.5",
"version": "1.4.6",
"description": "Encode/decode sourcemap mappings",

@@ -5,0 +5,0 @@ "main": "dist/sourcemap-codec.umd.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc