string-split-keep2
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -6,2 +6,12 @@ # Change Log | ||
## [1.0.8](https://github.com/bluelovers/ws-string/compare/string-split-keep2@1.0.7...string-split-keep2@1.0.8) (2022-09-16) | ||
### 📦 Code Refactoring | ||
* strict ([8cf6af1](https://github.com/bluelovers/ws-string/commit/8cf6af121592332cc6372a8ece0d165450eb0830)) | ||
## [1.0.7](https://github.com/bluelovers/ws-string/compare/string-split-keep2@1.0.5...string-split-keep2@1.0.7) (2022-08-27) | ||
@@ -8,0 +18,0 @@ |
@@ -6,4 +6,7 @@ export declare function stringSplitWithLimit(str: string, separator?: string, limit?: number): string[]; | ||
export declare function _splitEnd(str: string, sep: string, lim: number, cur: number, acc: string[]): string[]; | ||
export default stringSplitWithLimit; | ||
export { | ||
stringSplitWithLimit as default, | ||
}; | ||
export {}; |
{ | ||
"name": "string-split-keep2", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Split strings without applying separator after limit; Negative limit starts from the end. No regex separators.", | ||
@@ -15,3 +15,4 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/bluelovers/ws-string.git" | ||
"url": "git+https://github.com/bluelovers/ws-string.git", | ||
"directory": "packages/string-split-keep" | ||
}, | ||
@@ -66,3 +67,3 @@ "license": "MIT", | ||
"packageManager": "yarn@^1.22.11", | ||
"gitHead": "08d33a99aaaaf50c8eff6667b0f6129e6d917c3f" | ||
"gitHead": "beda8c2c5884c685fc44226dc5e7da2db2fe5cd0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
35049
156