Comparing version 3.6.0 to 3.6.2
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
10
11327
2
9
88
2
1
+ Addedcmdline@0.0.4
+ Addedreal-utils@0.0.1
+ Addedcmdline@0.0.4(transitive)
+ Addedreal-utils@0.0.1(transitive)