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.3 to 1.0.4

6

index.js

@@ -7,2 +7,3 @@ 'use strict';

var fs = require('fs');
var var beep = require('beepbeep');

@@ -29,3 +30,6 @@ module.exports = function (output,params) {

args.push(function(err, stdout, stderr){ // callback
if(err) console.log(err);
if(err) {
beep();
console.log(err);
}
callback(null, file);

@@ -32,0 +36,0 @@ });

83

package.json
{
"name": "gulp-flash",
"version": "1.0.3",
"description": "",
"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": {
"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.4",
"description": "",
"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": "*"
}
}
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