trim-left-x
Advanced tools
Comparing version 4.0.21 to 4.0.22
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-23T23:44:45.624Z", | ||
"date": "2019-07-24T13:25:02.503Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "This method removes whitespace from the left end of a string.", | ||
"license": "MIT", | ||
"version": "4.0.21" | ||
"version": "4.0.22" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-23T23:44:45.624Z", | ||
"date": "2019-07-24T13:25:02.503Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "This method removes whitespace from the left end of a string.", | ||
"license": "MIT", | ||
"version": "4.0.21" | ||
"version": "4.0.22" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "trim-left-x", | ||
"version": "4.0.21", | ||
"version": "4.0.22", | ||
"description": "This method removes whitespace from the left end of a string.", | ||
@@ -26,2 +26,3 @@ "homepage": "https://github.com/Xotic750/trim-left-x", | ||
"main": "dist/trim-left-x.js", | ||
"jsdelivr": "dist/trim-left-x.min.js", | ||
"scripts": { | ||
@@ -54,4 +55,4 @@ "build:esm": "mkdirp dist && babel -s true --env-name esm src/trim-left-x.js -o dist/trim-left-x.esm.js", | ||
"dependencies": { | ||
"require-coercible-to-string-x": "^2.0.19", | ||
"white-space-x": "^4.0.17" | ||
"require-coercible-to-string-x": "^2.0.20", | ||
"white-space-x": "^4.0.18" | ||
}, | ||
@@ -58,0 +59,0 @@ "devDependencies": { |
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
82708