Socket
Socket
Sign inDemoInstall

cantinflas

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

license.md

31

package.json
{
"name": "cantinflas",
"version": "1.0.0",
"description": "",
"main": "index.js",
"version": "1.0.1",
"main": "src/index.js",
"description": "Tiny mustache-like template engine",
"homepage": "https://github.com/terkelg/cantinflas",
"repository": "terkelg/cantinflas",
"author": {
"name": "Terkel Gjervig",
"email": "terkel@terkel.com",
"url": "https://terkel.com"
},
"files": [
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node src/index.js",
"test": "tape test/*.js | tap-spec"
},
"author": "",
"license": "ISC"
"keywords": [
"template",
"replace",
"mustache",
"scaffolding"
],
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc