@coolgk/string
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,24 +0,1 @@ | ||
{ | ||
"name": "@coolgk/string", | ||
"version": "1.0.5", | ||
"author": "Daniel Gong <daniel.k.gong@gmail.com>", | ||
"homepage": "https://www.npmjs.com/package/@coolgk/utils", | ||
"bugs": { | ||
"url": "https://github.com/coolgk/utils/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/coolgk/utils.git" | ||
}, | ||
"description": "string utility functions", | ||
"keywords": [ | ||
"stripTags", | ||
"escapeHtml", | ||
"unescapeHtml", | ||
"prepad0", | ||
"typescript" | ||
], | ||
"main": "./string.js", | ||
"types": "./string.d.ts", | ||
"license": "MIT" | ||
} | ||
{"name":"@coolgk/string","version":"1.0.6","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://www.npmjs.com/package/@coolgk/utils","bugs":{"url":"https://github.com/coolgk/utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/utils.git"},"description":"string utility functions","keywords":["stripTags","escapeHtml","unescapeHtml","prepad0","typescript"],"pre-commit":{"silent":false,"run":["test:precommit","tslint"]},"main":"./string.js","types":"./string.d.ts","license":"MIT"} |
/*! | ||
* @package @coolgk/utils | ||
* @version 1.0.5 | ||
* @version 1.0.6 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* @package @coolgk/utils | ||
* @version 1.0.5 | ||
* @version 1.0.6 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
4821