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.7 to 1.0.8

2

index.js

@@ -28,3 +28,3 @@ 'use strict';

if(file.swc){
if(file.swc && Array.isArray(file.swc) && file.swc.length){
for(var i in file.swc) path.relative(file.swc[i],file.path);

@@ -31,0 +31,0 @@ if(!params['library-path']){

{
"name": "gulp-flash",
"version": "1.0.7",
"description": "GulpJS plugin for build actionscript into .swf ",
"license": "MIT",
"repository": "webcaetano/gulp-flash",
"author": {
"name": "",
"email": "dezaodoido@gmail.com",
"url": "https://github.com/webcaetano"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha test"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"swf",
"flash",
"actionscript",
"as3",
"as2",
"builder",
"build",
"as"
],
"dependencies": {
"beepbeep": "^1.2.0",
"gulp-util": "^3.0.1",
"swf-build": "^1.0.3",
"through2": "^0.6.3"
},
"devDependencies": {
"chai": "^2.3.0",
"glob": "^5.0.5",
"gulp": "^3.8.11",
"mocha": "*"
}
"name": "gulp-flash",
"version": "1.0.8",
"description": "GulpJS plugin for build actionscript into .swf ",
"license": "MIT",
"repository": "webcaetano/gulp-flash",
"author": {
"name": "",
"email": "dezaodoido@gmail.com",
"url": "https://github.com/webcaetano"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha test"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"swf",
"flash",
"actionscript",
"as3",
"as2",
"builder",
"build",
"as"
],
"dependencies": {
"beepbeep": "^1.2.0",
"gulp-util": "^3.0.1",
"swf-build": "^1.0.4",
"through2": "^0.6.3"
},
"devDependencies": {
"chai": "^2.3.0",
"glob": "^5.0.5",
"gulp": "^3.8.11",
"mocha": "*"
}
}
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