string.prototype.trimleft
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,1 +1,8 @@ | ||
2.1.1 / 2019-12-17 | ||
================= | ||
* [meta] add `funding` field | ||
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `functions-have-names`, `tape` | ||
* [Tests] use shared travis-ci configs | ||
* [actions] add automatic rebasing / merge commit blocking | ||
2.1.0 / 2019-09-09 | ||
@@ -2,0 +9,0 @@ ================= |
{ | ||
"name": "string.prototype.trimleft", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Jordan Harband", | ||
"funding": { | ||
"url": "https://github.com/sponsors/ljharb" | ||
}, | ||
"description": "ES7 spec-compliant String.prototype.trimLeft shim.", | ||
@@ -39,7 +42,7 @@ "license": "MIT", | ||
"@es-shims/api": "^2.1.2", | ||
"@ljharb/eslint-config": "^14.1.0", | ||
"@ljharb/eslint-config": "^15.0.2", | ||
"covert": "^1.1.1", | ||
"eslint": "^6.3.0", | ||
"functions-have-names": "^1.1.1", | ||
"tape": "^4.11.0" | ||
"eslint": "^6.7.2", | ||
"functions-have-names": "^1.2.0", | ||
"tape": "^4.12.0" | ||
}, | ||
@@ -46,0 +49,0 @@ "testling": { |
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
11462