string.prototype.trimleft
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -0,1 +1,18 @@ | ||
2.1.3 / 2020-11-22 | ||
================= | ||
* [Deps] update `string.prototype.trimstart`; use `call-bind` instead of `es-abstract` | ||
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`; add `aud` | ||
* [actions] add "Allow Edits" workflow | ||
* [actions] switch Automatic Rebase workflow to `pull_request_target` event | ||
* [Tests] migrate tests to Github Actions | ||
* [Tests] run `nyc` on all tests | ||
* [Tests] add `implementation` test; run `es-shim-api` in postlint; use `tape` runner | ||
2.1.2 / 2020-03-30 | ||
================= | ||
* [Refactor] use `string.prototype.trimstart` for the implementation | ||
* [Refactor] use `es-abstract`’s `callBind` helper instead of `function-bind` directly | ||
* [meta] correct spec year | ||
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `functions-have-names`; add `safe-publish-latest` | ||
2.1.1 / 2019-12-17 | ||
@@ -2,0 +19,0 @@ ================= |
'use strict'; | ||
var callBind = require('es-abstract/helpers/callBind'); | ||
var callBind = require('call-bind'); | ||
var define = require('define-properties'); | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "string.prototype.trimleft", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"author": "Jordan Harband <ljharb@gmail.com>", | ||
@@ -13,10 +13,8 @@ "funding": { | ||
"prepublish": "safe-publish-latest", | ||
"pretest": "npm run lint && es-shim-api --bound", | ||
"pretest": "npm run lint", | ||
"test": "npm run tests-only", | ||
"posttest": "npx aud", | ||
"tests-only": "npm run --silent test:shimmed && npm run --silent test:module", | ||
"test:shimmed": "node test/shimmed", | ||
"test:module": "node test", | ||
"coverage": "covert test/*.js", | ||
"lint": "eslint ." | ||
"posttest": "aud --production", | ||
"tests-only": "nyc tape 'test/**/*.js'", | ||
"lint": "eslint .", | ||
"postlint": "es-shim-api --bound" | ||
}, | ||
@@ -42,14 +40,16 @@ "repository": { | ||
"dependencies": { | ||
"call-bind": "^1.0.0", | ||
"define-properties": "^1.1.3", | ||
"es-abstract": "^1.17.5", | ||
"string.prototype.trimstart": "^1.0.0" | ||
"string.prototype.trimstart": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"@es-shims/api": "^2.1.2", | ||
"@ljharb/eslint-config": "^16.0.0", | ||
"covert": "^1.1.1", | ||
"eslint": "^6.8.0", | ||
"@ljharb/eslint-config": "^17.2.0", | ||
"aud": "^1.1.3", | ||
"eslint": "^7.14.0", | ||
"functions-have-names": "^1.2.1", | ||
"has-strict-mode": "^1.0.0", | ||
"nyc": "^10.3.2", | ||
"safe-publish-latest": "^1.1.4", | ||
"tape": "^5.0.0-next.4" | ||
"tape": "^5.0.1" | ||
}, | ||
@@ -56,0 +56,0 @@ "testling": { |
@@ -10,3 +10,3 @@ 'use strict'; | ||
var defineProperties = require('define-properties'); | ||
var callBind = require('es-abstract/helpers/callBind'); | ||
var callBind = require('call-bind'); | ||
var isEnumerable = Object.prototype.propertyIsEnumerable; | ||
@@ -13,0 +13,0 @@ var functionsHaveNames = require('functions-have-names')(); |
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
18043
23
119
9
+ Addedcall-bind@^1.0.0
- Removedes-abstract@^1.17.5
- Removedarray-buffer-byte-length@1.0.1(transitive)
- Removedarraybuffer.prototype.slice@1.0.3(transitive)
- Removedavailable-typed-arrays@1.0.7(transitive)
- Removeddata-view-buffer@1.0.1(transitive)
- Removeddata-view-byte-length@1.0.1(transitive)
- Removeddata-view-byte-offset@1.0.0(transitive)
- Removedes-abstract@1.23.5(transitive)
- Removedes-set-tostringtag@2.0.3(transitive)
- Removedes-to-primitive@1.2.1(transitive)
- Removedfor-each@0.3.3(transitive)
- Removedfunction.prototype.name@1.1.6(transitive)
- Removedfunctions-have-names@1.2.3(transitive)
- Removedget-symbol-description@1.0.2(transitive)
- Removedglobalthis@1.0.4(transitive)
- Removedhas-bigints@1.0.2(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedinternal-slot@1.0.7(transitive)
- Removedis-array-buffer@3.0.4(transitive)
- Removedis-bigint@1.0.4(transitive)
- Removedis-boolean-object@1.1.2(transitive)
- Removedis-callable@1.2.7(transitive)
- Removedis-data-view@1.0.1(transitive)
- Removedis-date-object@1.0.5(transitive)
- Removedis-negative-zero@2.0.3(transitive)
- Removedis-number-object@1.0.7(transitive)
- Removedis-regex@1.1.4(transitive)
- Removedis-shared-array-buffer@1.0.3(transitive)
- Removedis-string@1.0.7(transitive)
- Removedis-symbol@1.0.4(transitive)
- Removedis-typed-array@1.1.13(transitive)
- Removedis-weakref@1.0.2(transitive)
- Removedisarray@2.0.5(transitive)
- Removedobject-inspect@1.13.3(transitive)
- Removedobject.assign@4.1.5(transitive)
- Removedpossible-typed-array-names@1.0.0(transitive)
- Removedregexp.prototype.flags@1.5.3(transitive)
- Removedsafe-array-concat@1.1.2(transitive)
- Removedsafe-regex-test@1.0.3(transitive)
- Removedset-function-name@2.0.2(transitive)
- Removedside-channel@1.0.6(transitive)
- Removedstring.prototype.trim@1.2.9(transitive)
- Removedstring.prototype.trimend@1.0.8(transitive)
- Removedtyped-array-buffer@1.0.2(transitive)
- Removedtyped-array-byte-length@1.0.1(transitive)
- Removedtyped-array-byte-offset@1.0.2(transitive)
- Removedtyped-array-length@1.0.6(transitive)
- Removedunbox-primitive@1.0.2(transitive)
- Removedwhich-boxed-primitive@1.0.2(transitive)
- Removedwhich-typed-array@1.1.15(transitive)