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

gulp-extract-sourcemap

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-extract-sourcemap - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

LICENSE

3

index.js

@@ -49,3 +49,4 @@ var through = require('through2');

for (var i = sMap.sources.length; i--;) {
sMap.sources[i] = path.relative( basedir, sMap.sources[i] );
sMap.sources[i] = path.relative( basedir, sMap.sources[i] )
.split(path.sep).join('/');
}

@@ -52,0 +53,0 @@ }

{
"name": "gulp-extract-sourcemap",
"version": "0.1.5",
"version": "0.1.6",
"description": "Gulp Task to strips an inline source into its own file and updates the original file to reference the new external source map",

@@ -5,0 +5,0 @@ "main": "index.js",

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