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

gulp-dynamic

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-dynamic - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

18

index.js

@@ -13,4 +13,16 @@ var evs = require('event-stream');

if (file.isBuffer()) {
file.contents = new Buffer(dynamic(file.path, String(file.contents), opt));
try {
if (file.isBuffer()) {
file.contents = new Buffer(dynamic(file.path, String(file.contents), opt));
}
} catch (e) {
console.error(e);
this.emit('error', new g_util.PluginError({
plugin: 'gulp-dynamic',
message: e
}));
}

@@ -22,2 +34,2 @@

return evs.through(processImports);
};
};

2

package.json

@@ -15,3 +15,3 @@ {

],
"version": "1.0.1",
"version": "1.1.0",
"dependencies": {

@@ -18,0 +18,0 @@ "gulp-util": "~3.0.0",

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