Socket
Socket
Sign inDemoInstall

source-list-map

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

source-list-map - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

lib/SourceListMap.js

@@ -32,3 +32,3 @@ /*

} else if(generatedCode.children) {
lm.children.forEach(function(sln) {
generatedCode.children.forEach(function(sln) {
this.children.push(sln);

@@ -53,3 +53,3 @@ }, this);

} else if(generatedCode.children) {
lm.children.slice().reverse().forEach(function(sln) {
generatedCode.children.slice().reverse().forEach(function(sln) {
this.children.unshift(sln);

@@ -56,0 +56,0 @@ }, this);

{
"name": "source-list-map",
"version": "0.1.1",
"version": "0.1.2",
"description": "Fast line to line SourceMap generator.",

@@ -5,0 +5,0 @@ "author": "Tobias Koppers @sokra",

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