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.0.3 to 0.0.4

3

index.js

@@ -16,5 +16,5 @@ var through = require('through2');

return through.obj(function (file, enc, cb) {
var sMap = '';
if (!file.isNull()) {
var src = file.contents.toString('utf8');
var sMap = '';
var sMapFileName = opts.sourceMappingFileName || ( path.basename(file.path) + '.map' );

@@ -80,2 +80,3 @@

this.push(file);
this.emit('postextract', sMap);
cb();

@@ -82,0 +83,0 @@ });

{
"name": "gulp-extract-sourcemap",
"version": "0.0.3",
"version": "0.0.4",
"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