string-split-keep2
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -6,2 +6,12 @@ # Change Log | ||
## [1.0.12](https://github.com/bluelovers/ws-string/compare/string-split-keep2@1.0.11...string-split-keep2@1.0.12) (2023-09-08) | ||
### 📌 Dependencies | ||
* update deps ([cc88619](https://github.com/bluelovers/ws-string/commit/cc88619f1d76faea87579a5ad72d876e5c310d4a)) | ||
## [1.0.11](https://github.com/bluelovers/ws-string/compare/string-split-keep2@1.0.10...string-split-keep2@1.0.11) (2023-04-12) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "string-split-keep2", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Split strings without applying separator after limit; Negative limit starts from the end. No regex separators.", | ||
@@ -41,2 +41,3 @@ "keywords": [ | ||
"test:jest": "jest --passWithNoTests", | ||
"test:jest:coverage": "yarn run test:jest -- --coverage", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
@@ -69,3 +70,3 @@ "test:snapshot": "yarn run test -- -u", | ||
"packageManager": "yarn@^1.22.11", | ||
"gitHead": "76533e18c7181c243c430460e418e4b4498e8924" | ||
"gitHead": "67ab816c0ec944983ff6e807a491684c0b75b459" | ||
} |
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
38595