New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-jsmodule

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-jsmodule - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

index.js
var through = require('through'),
jsmodule = require('./jsmodule'),
path = require('path'),
fs = require('fs');
fs = require('fs'),
gutil = require('gulp-util'),
PluginError = gutil.PluginError,
File = gutil.File;

@@ -6,0 +9,0 @@ /**

3

package.json
{
"name": "gulp-jsmodule",
"version": "0.0.3",
"version": "0.0.4",
"description": "Gulp plugin for reconciling AMD dependency trees in JavaScript projects.",

@@ -22,2 +22,3 @@ "main": "index.js",

"ejs": "^2.3.1",
"gulp-util": "^3.0.5",
"html-minifier": "^0.7.2",

@@ -24,0 +25,0 @@ "through": "^2.3.7"

Sorry, the diff of this file is not supported yet

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