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

gulp-seajs-trs

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-seajs-trs - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

15

index.js

@@ -21,9 +21,8 @@ var es = require('event-stream');

varName: "",
group: '',
name: '',
version: '',
vars: {},
paths: {
},
alias: {
},
paths: {},
alias: {},
deps: {},

@@ -35,3 +34,3 @@ ignore: [],

debug.log(config);
'dest varName src'.split(' ').some(function (name) {
'dest src'.split(' ').some(function (name) {
if(!config[name]) {

@@ -61,3 +60,3 @@ util.logger.error('config.%s required', name);

}
prefix = '{'+config.varName+'}';
// prefix = '{'+config.varName+'}';
return es.map(function (file, cb) {

@@ -64,0 +63,0 @@ debug.log('start translate ', file.relative);

{
"name": "gulp-seajs-trs",
"version": "1.0.1",
"version": "1.0.2",
"description": "An seajs transport plugin ",

@@ -5,0 +5,0 @@ "main": "index.js",

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