Comparing version 4.0.20 to 4.0.21
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-23T23:46:20.767Z", | ||
"date": "2019-07-24T13:26:37.210Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "This method removes whitespace from the left and right end of a string.", | ||
"license": "MIT", | ||
"version": "4.0.20" | ||
"version": "4.0.21" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-23T23:46:20.767Z", | ||
"date": "2019-07-24T13:26:37.210Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "This method removes whitespace from the left and right end of a string.", | ||
"license": "MIT", | ||
"version": "4.0.20" | ||
"version": "4.0.21" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "trim-x", | ||
"version": "4.0.20", | ||
"version": "4.0.21", | ||
"description": "This method removes whitespace from the left and right end of a string.", | ||
@@ -25,2 +25,3 @@ "homepage": "https://github.com/Xotic750/trim-x", | ||
"main": "dist/trim-x.js", | ||
"jsdelivr": "dist/trim-x.min.js", | ||
"scripts": { | ||
@@ -53,4 +54,4 @@ "build:esm": "mkdirp dist && babel -s true --env-name esm src/trim-x.js -o dist/trim-x.esm.js", | ||
"dependencies": { | ||
"trim-left-x": "^4.0.21", | ||
"trim-right-x": "^4.0.19" | ||
"trim-left-x": "^4.0.22", | ||
"trim-right-x": "^4.0.20" | ||
}, | ||
@@ -57,0 +58,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
86266
Updatedtrim-left-x@^4.0.22
Updatedtrim-right-x@^4.0.20