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

tpjs

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tpjs - npm Package Compare versions

Comparing version 3.6.0 to 3.6.2

bin/cli.js

81

package.json
{
"name": "tpjs",
"version": "3.6.0",
"description": "最简洁高效的js模板引擎!",
"main": "./src/tp.js",
"scripts": {
"test": "echo \"There is no test\" && exit 1"
},
"keywords": [
"tp",
"template",
"engine",
"tmpl",
"javaScript",
"html"
],
"author": {
"name": "Houfeng",
"email": "admin@xhou.net"
},
"homepage": "http://houfeng.net/tp",
"bugs": {
"url": "https://github.com/Houfeng/tp/issues",
"email": "admin@xhou.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Houfeng/tp.git"
},
"dependencies": {
}
}
"name": "tpjs",
"rawName": "tp",
"version": "3.6.2",
"description": "最简洁高效的js模板引擎!",
"main": "./lib/tp.js",
"bin": {
"tp": "./bin/cli.js"
},
"scripts": {
"test": "echo \"There is no test\" && exit 1"
},
"keywords": [
"tp",
"template",
"engine",
"tmpl",
"javaScript",
"html"
],
"author": {
"name": "Houfeng",
"email": "admin@xhou.net"
},
"homepage": "http://houfeng.net/tp",
"bugs": {
"url": "https://github.com/Houfeng/tp/issues",
"email": "admin@xhou.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Houfeng/tp.git"
},
"dependencies": {
"cmdline": "0.0.4",
"real-utils": "0.0.1"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.11.2",
"gulp-uglify": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-util": "^3.0.6"
}
}

@@ -14,3 +14,3 @@ ### TP 模板引擎

### 最新版本
>v 3.6.0
>v 3.6.2

@@ -17,0 +17,0 @@ ### 许可协议

Sorry, the diff of this file is not supported yet

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