@thi.ng/strings
Advanced tools
Comparing version 1.8.5 to 1.8.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.8.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.8.5...@thi.ng/strings@1.8.6) (2020-04-28) | ||
**Note:** Version bump only for package @thi.ng/strings | ||
## [1.8.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.8.4...@thi.ng/strings@1.8.5) (2020-04-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/strings", | ||
"version": "1.8.5", | ||
"version": "1.8.6", | ||
"description": "Various string formatting & utility functions", | ||
@@ -13,3 +13,7 @@ "module": "./index.js", | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/format", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/format#readme", | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
}, | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
@@ -22,2 +26,3 @@ "license": "Apache-2.0", | ||
"build:test": "rimraf build && tsc -p test/tsconfig.json", | ||
"build:check": "tsc --isolatedModules --noEmit", | ||
"test": "mocha test", | ||
@@ -43,5 +48,5 @@ "cover": "nyc mocha test && nyc report --reporter=lcov", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.2", | ||
"@thi.ng/errors": "^1.2.11", | ||
"@thi.ng/memoize": "^2.0.8", | ||
"@thi.ng/api": "^6.10.3", | ||
"@thi.ng/errors": "^1.2.12", | ||
"@thi.ng/memoize": "^2.0.9", | ||
"tslib": "^1.11.1" | ||
@@ -82,3 +87,3 @@ }, | ||
}, | ||
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8" | ||
"gitHead": "bb751118ba5a7261d322952a7ec5530860d73881" | ||
} |
@@ -45,4 +45,12 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (gzipped, pre-treeshake): ESM: 2.32 KB / CJS: 2.55 KB / UMD: 2.42 KB | ||
```html | ||
// ES module | ||
<script type="module" src="https://unpkg.com/@thi.ng/strings?module" crossorigin></script> | ||
// UMD | ||
<script src="https://unpkg.com/@thi.ng/strings/lib/index.umd.js" crossorigin></script> | ||
``` | ||
Package sizes (gzipped, pre-treeshake): ESM: 2.35 KB / CJS: 2.58 KB / UMD: 2.45 KB | ||
## Dependencies | ||
@@ -49,0 +57,0 @@ |
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
No website
QualityPackage does not have a website.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
103164
165
Updated@thi.ng/api@^6.10.3
Updated@thi.ng/errors@^1.2.12
Updated@thi.ng/memoize@^2.0.9