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

broccoli-template-builder

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

broccoli-template-builder - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

README.md

4

Brocfile.js

@@ -12,3 +12,5 @@

, outputFile: 'assets/templates.js'
, compile: compiler.precompile
, compile: function (string) {
return 'Ember.Handlebars.template('+compiler.precompile(string)+')';
}
});

@@ -15,0 +17,0 @@

{
"name": "broccoli-template-builder",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/moudy/broccoli-template-builder"
},
"description": "Compile client-side templates into 1 JavaScript file.",

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

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