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

grunt-mustache-precompiler

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-mustache-precompiler - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

package.json
{
"name": "grunt-mustache-precompiler",
"description": "Grunt plugin for mustache precompile using Hogan.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/sekko27/node-grunt-mustache-precompiler",

@@ -29,3 +29,3 @@ "author": {

"prepublish": "coffee -c -o tasks tasks-src && coffee -c -o test test-src && coffee -c Gruntfile.coffee",
"postinstall": "echo \"Compiling coffee sources\" && coffee -c -o tasks tasks-src && coffee -c Gruntfile.coffee && coffee -c -o test test-src && copy -a test-src/data test/data"
"postinstall": "echo \"Compiling coffee sources\" && coffee -c -o tasks tasks-src && coffee -c Gruntfile.coffee && coffee -c -o test test-src && cp -a test-src/data test/data"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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