New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

templates

Package Overview
Dependencies
Maintainers
2
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

templates - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

index.js

67

package.json
{
"author": "Marcel Miranda Ackerman <m@reaktivo.com> (http://reaktivo.com)",
"name": "templates",
"description": "Templates is a template prepackager for Express",
"version": "0.1.5",
"repository": {
"url": ""
"description": "Manage template collections. WIP",
"version": "0.1.6",
"homepage": "https://github.com/jonschlinkert/templates",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/templates",
"bugs": {
"url": "https://github.com/jonschlinkert/templates/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"pretest": "cake build",
"prepublish": "cake build",
"test": "mocha --compilers coffee:coffee-script --reporter spec --no-colors"
"test": "mocha"
},
"engines": {
"node": ">=0.4.2"
},
"dependencies": {
"jade": "~0.22.1",
"uglify-js": "~1.2.6"
"base-methods": "^0.2.3",
"clone": "^1.0.2",
"clone-stats": "0.0.1",
"define-property": "^0.2.5",
"en-route": "^0.7.3",
"engine-base": "^0.1.2",
"engine-cache": "^0.14.1",
"export-files": "^2.1.0",
"extend-shallow": "^2.0.1",
"forward-object": "^0.1.1",
"globby": "^3.0.1",
"has-glob": "^0.1.0",
"helper-cache": "^0.7.2",
"inflection": "^1.7.1",
"is-valid-glob": "^0.3.0",
"layouts": "^0.10.5",
"lazy-cache": "^0.2.3",
"micromatch": "^2.2.0",
"mixin-deep": "^1.1.3",
"object.reduce": "^0.1.7",
"vinyl": "^0.5.3"
},
"devDependencies": {},
"main": "lib/templates",
"optionalDependencies": {}
"devDependencies": {
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"is-absolute": "^0.2.2",
"jshint-stylish": "^2.0.1",
"mocha": "*",
"should": "*",
"through2": "^2.0.0"
},
"keywords": []
}

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