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

gulp-flash

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-flash - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

9

index.js

@@ -28,2 +28,11 @@ 'use strict';

if(file.swc){
for(var i in file.swc) path.relative(file.swc[i],file.path);
if(!params['library-path']){
params['library-path']=file.swc;
} else {
params['library-path']=params['library-path'].concat(file.swc);
}
}
args.push(function(err, stdout, stderr){ // callback

@@ -30,0 +39,0 @@ if(err) {

2

package.json
{
"name": "gulp-flash",
"version": "1.0.5",
"version": "1.0.6",
"description": "GulpJS plugin for build actionscript into .swf ",

@@ -5,0 +5,0 @@ "license": "MIT",

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