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

vash

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vash - npm Package Compare versions

Comparing version 0.4.5-977 to 0.5.2-1182

55

package.json
{
"name": "vash",
"description": "Razor syntax template parser/generator, for JS",
"version": "0.4.5-977",
"author": "Andrew Petersen <senofpeter@gmail.com>",
"keywords": ["razor", "parser", "template", "express"],
"repository": "git://github.com/kirbysayshi/vash",
"main": "build/vash",
"files": ["build", "test/vash.test.js"],
"engines": { "node": ">= 0.4.1" },
"devDependencies": {
"benchmark": ">=0.2.2",
"dot": ">=0.1.7",
"express": ">=2.4.3<=3",
"vows": ">=0.6.2",
"jshtml": ">=0.2.2"
}
}
"name": "vash",
"description": "Razor syntax template parser/generator, for JS",
"version": "0.5.2-1182",
"author": "Andrew Petersen <senofpeter@gmail.com>",
"bin": {
"vash": "./bin/vash"
},
"keywords": [
"razor",
"parser",
"template",
"express"
],
"repository": "git://github.com/kirbysayshi/vash",
"main": "build/vash",
"files": [
"build",
"test/vash.test.js"
],
"engines": {
"node": ">= 0.6"
},
"dependencies": {
"commander": "0.6.1",
"uglify-js": "1.0.6"
},
"devDependencies": {
"benchmark": ">=0.2.2",
"dot": ">=0.1.7",
"express": "3.0.0rc4",
"vows": ">=0.6.2",
"jshtml": ">=0.2.2",
"semver": ">=1.0.0",
"underscore": ">=v1.3.3",
"request": "2.9",
"jshint": "0.8.0"
}
}
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