Socket
Socket
Sign inDemoInstall

concat-with-sourcemaps

Package Overview
Dependencies
1
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

4

index.js

@@ -65,7 +65,7 @@ 'use strict';

},
original: {
original: mapping.originalLine == null ? null : {
line: mapping.originalLine,
column: mapping.originalColumn
},
source: mapping.source,
source: mapping.originalLine != null ? mapping.source : null,
name: mapping.name

@@ -72,0 +72,0 @@ });

@@ -0,1 +1,3 @@

## ISC License
Copyright (c) 2014, Florian Reiterer <me@florianreiterer.com>

@@ -2,0 +4,0 @@

{
"name": "concat-with-sourcemaps",
"version": "1.0.4",
"version": "1.0.5",
"description": "Concatenate file contents with a custom separator and generate a source map",

@@ -21,3 +21,3 @@ "homepage": "http://github.com/floridoo/concat-with-sourcemaps",

"dependencies": {
"source-map": "^0.5.1"
"source-map": "^0.6.1"
},

@@ -24,0 +24,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc