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

gulp-seajs-dot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-seajs-dot - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -34,3 +34,3 @@ var Through = require('through2');

function getChildCode(child){
return child.replace(/^\s*<script.*?>/, '').replace(/<\/script>\s*$/);
return child.replace(/^\s*<script.*?>/, '').replace(/<\/script>\s*$/, '');
}

@@ -47,3 +47,3 @@

if(!childId) return;
output.push(' exports.' + childId + ' = ' + Dot.template(getChildCode(item)).toString());
output.push(' exports.' + childId + ' = ' + Dot.template(getChildCode(item)).toString() + ';');
});

@@ -50,0 +50,0 @@ }

{
"name": "gulp-seajs-dot",
"description": "dot模板引擎转seajs module",
"version": "1.0.1",
"version": "1.0.2",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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