@coolgk/string
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -1,1 +0,1 @@ | ||
{"name":"@coolgk/string","version":"2.0.3","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://www.npmjs.com/package/@coolgk/utils","bugs":{"url":"https://github.com/coolgk/node-utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/node-utils.git"},"description":"string utility functions","keywords":["stripTags","escapeHtml","unescapeHtml","prepad0","typescript"],"pre-commit":{"silent":false,"run":["tslint","test:precommit"]},"main":"./string.js","types":"./string.d.ts","license":"MIT"} | ||
{"name":"@coolgk/string","version":"2.0.4","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://github.com/coolgk/node-utils","bugs":{"url":"https://github.com/coolgk/node-utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/node-utils.git"},"description":"string utility functions","keywords":["stripTags","escapeHtml","unescapeHtml","prepad0","typescript"],"main":"./string.js","types":"./string.d.ts","license":"MIT"} |
@@ -8,2 +8,4 @@ | ||
string utility functions | ||
Report bugs here: [https://github.com/coolgk/node-utils/issues](https://github.com/coolgk/node-utils/issues) | ||
## Examples | ||
@@ -10,0 +12,0 @@ ```javascript |
/*! | ||
* @package @coolgk/utils | ||
* @version 2.0.3 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
* @version 2.1.5 | ||
* @link https://github.com/coolgk/node-utils | ||
* @license MIT | ||
* @author Daniel Gong <daniel.k.gong@gmail.com> | ||
* | ||
* Copyright (c) 2017 Daniel Gong <daniel.k.gong@gmail.com>. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
/*! | ||
* Copyright (c) 2017 Daniel Gong <daniel.k.gong@gmail.com>. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
export declare function stripTags(value?: string): string; | ||
@@ -9,0 +17,0 @@ export declare function escapeHtml(value?: string): string; |
/*! | ||
* @package @coolgk/utils | ||
* @version 2.0.3 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
* @version 2.1.5 | ||
* @link https://github.com/coolgk/node-utils | ||
* @license MIT | ||
* @author Daniel Gong <daniel.k.gong@gmail.com> | ||
* | ||
* Copyright (c) 2017 Daniel Gong <daniel.k.gong@gmail.com>. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
"use strict"; | ||
/*! | ||
* Copyright (c) 2017 Daniel Gong <daniel.k.gong@gmail.com>. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -10,0 +18,0 @@ function stripTags(value = '') { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6579
5
64
93