Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-angular-tpl2js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-angular-tpl2js - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

index.js

@@ -26,5 +26,9 @@ var objectAssign = require('object-assign');

tpl2js.inline(buf, fileOptions || {}, function (err, result) {
if(err) {
done(err);
return;
}
done(null, new Buffer(result));
}, function (err) {
done(err)
});

@@ -31,0 +35,0 @@ });

{
"name": "gulp-angular-tpl2js",
"version": "0.0.3",
"version": "0.0.4",
"description": "Use gulp to convert Angular templates to inline JavaScript",

@@ -20,6 +20,8 @@ "files": [

"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5"
"mocha": "^2.4.5",
"vinyl": "^1.1.1",
"vinyl-fs-fake": "^1.1.0"
},
"dependencies": {
"angular-tpl2js": "0.0.6",
"angular-tpl2js": "0.0.8",
"gulp-util": "^3.0.7",

@@ -26,0 +28,0 @@ "object-assign": "^4.0.1",

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