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

accord

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accord - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

Gulpfile.js

16

package.json
{
"name": "accord",
"version": "0.0.2",
"version": "0.0.3",
"author": "Jeff Escalante <hello@jenius.me>",

@@ -16,3 +16,4 @@ "description": "A unified interface for compiled languages and templates in javascript",

"when": "2.x.x",
"lodash": "2.x.x"
"lodash": "2.x.x",
"glob": "3.x.x"
},

@@ -26,3 +27,3 @@ "devDependencies": {

"css-parse": "*",
"htmlparser": "*",
"parse5": "*",
"ejs": "*",

@@ -32,4 +33,11 @@ "marked": "*",

"clean-css": "*",
"html-minifier": "*"
"html-minifier": "*",
"gulp": "3.x.x",
"gulp-coffee": "1.x.x"
},
"scripts": {
"test": "mocha",
"prepublish": "mv lib/ src; gulp build",
"postpublish": "rm -rf lib; mv src/ lib"
}
}

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