Socket
Socket
Sign inDemoInstall

array.prototype.some

Package Overview
Dependencies
65
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

.nycrc

24

CHANGELOG.md

@@ -8,6 +8,24 @@ # Changelog

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v1.1.2](https://github.com/es-shims/Array.prototype.some/compare/v1.1.1...v1.1.2) - 2020-11-18
## [v1.1.1](https://github.com/es-shims/Array.prototype.some/compare/v1.1.0...v1.1.1) - 2019-12-19
### Commits
- [meta] remove testling html file [`e9e54a5`](https://github.com/es-shims/Array.prototype.some/commit/e9e54a5b3f1fac8318bef9637c57cb1d135b6f85)
- [Tests] migrate tests to Github Actions [`1ad4109`](https://github.com/es-shims/Array.prototype.some/commit/1ad41095f5e7938ef8c95d3d869caa539c5bb5ad)
- [meta] do not publish github action workflows [`80b712d`](https://github.com/es-shims/Array.prototype.some/commit/80b712d152a3a77e374ffffb2d22990deca52783)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`6630cf1`](https://github.com/es-shims/Array.prototype.some/commit/6630cf154fdaaa04c04a03ff25b6f135b25ca8ec)
- [Tests] run `nyc` on all tests [`a659f75`](https://github.com/es-shims/Array.prototype.some/commit/a659f75e80542d486cbbaf6d9bec1def5fa82ed7)
- [Deps] update `es-abstract`; use `call-bind` where applicable [`11a3a7a`](https://github.com/es-shims/Array.prototype.some/commit/11a3a7a2a0c5c6ba82cf88626ead1842326dd6d1)
- [actions] add "Allow Edits" workflow [`bb221b1`](https://github.com/es-shims/Array.prototype.some/commit/bb221b141d4265a45ce42a8161a9379d6d67df30)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `functions-have-names` [`549e2e8`](https://github.com/es-shims/Array.prototype.some/commit/549e2e85d9b59bf8fdb93c4fa91656d14ec6c631)
- [Tests] run tests with `tape` runner [`d19ad4c`](https://github.com/es-shims/Array.prototype.some/commit/d19ad4c52c252da909741ceddd10cf9f18318dd3)
- [Tests] run `es-shim-api` postlint [`745a903`](https://github.com/es-shims/Array.prototype.some/commit/745a903ac4a7764fe4609358531f523e8f3ee7e0)
- [Dev Deps] update `auto-changelog`, `tape`; add `aud` [`5cb205f`](https://github.com/es-shims/Array.prototype.some/commit/5cb205f84d094a5c32f205120c2ab1d98807a013)
- [Tests] run `aud` against prod deps only [`b13bbc6`](https://github.com/es-shims/Array.prototype.some/commit/b13bbc65452ddf6000d33fe4ca995b707138396f)
- [actions] switch Automatic Rebase workflow to `pull_request_target` event [`774fb2f`](https://github.com/es-shims/Array.prototype.some/commit/774fb2fd53ab987eceda83bb2114db7f07238fb2)
- [Deps] update `es-abstract` [`4ef8d84`](https://github.com/es-shims/Array.prototype.some/commit/4ef8d84624c7d0ca4015b7c526a0a13ca0e763c2)
- [Deps] update `es-abstract` [`88c2667`](https://github.com/es-shims/Array.prototype.some/commit/88c2667c6ce7bcd3106ddca0272423c9b3041a3e)
## [v1.1.1](https://github.com/es-shims/Array.prototype.some/compare/v1.1.0...v1.1.1) - 2019-12-18
### Commits

@@ -47,3 +65,3 @@

## v1.0.0 - 2016-11-23
## v1.0.0 - 2016-11-22

@@ -50,0 +68,0 @@ ### Commits

8

implementation.js
'use strict';
var IsCallable = require('es-abstract/2019/IsCallable');
var ToObject = require('es-abstract/2019/ToObject');
var ToUint32 = require('es-abstract/2019/ToUint32');
var callBound = require('es-abstract/helpers/callBound');
var IsCallable = require('es-abstract/2020/IsCallable');
var ToObject = require('es-abstract/2020/ToObject');
var ToUint32 = require('es-abstract/2020/ToUint32');
var callBound = require('call-bind/callBound');
var isString = require('is-string');

@@ -8,0 +8,0 @@

'use strict';
var define = require('define-properties');
var RequireObjectCoercible = require('es-abstract/2019/RequireObjectCoercible');
var callBound = require('es-abstract/helpers/callBound');
var RequireObjectCoercible = require('es-abstract/2020/RequireObjectCoercible');
var callBound = require('call-bind/callBound');

@@ -7,0 +7,0 @@ var implementation = require('./implementation');

{
"name": "array.prototype.some",
"version": "1.1.1",
"version": "1.1.2",
"author": {

@@ -26,11 +26,7 @@ "name": "Jordan Harband",

"test": "npm run --silent tests-only",
"posttest": "npx aud",
"tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module && npm run --silent test:implementation",
"test:implementation": "node test/implementation",
"test:shimmed": "node test/shimmed",
"test:module": "node test/index",
"posttest": "aud --production",
"tests-only": "tape 'test/**/*.js'",
"testling": "testling --html > test.html",
"coverage": "covert test/*.js",
"coverage:quiet": "covert test/*.js --quiet",
"lint": "eslint test/*.js *.js",
"lint": "eslint .",
"postlint": "es-shim-api --bound",
"version": "auto-changelog && git add CHANGELOG.md",

@@ -55,4 +51,5 @@ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""

"dependencies": {
"call-bind": "^1.0.0",
"define-properties": "^1.1.3",
"es-abstract": "^1.17.0-next.1",
"es-abstract": "^1.18.0-next.1",
"is-string": "^1.0.5"

@@ -62,14 +59,15 @@ },

"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^15.0.2",
"auto-changelog": "^1.16.2",
"covert": "^1.1.1",
"eslint": "^6.7.2",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"eslint": "^7.13.0",
"evalmd": "0.0.19",
"foreach": "^2.0.5",
"function-bind": "^1.1.1",
"functions-have-names": "^1.2.0",
"functions-have-names": "^1.2.1",
"has-strict-mode": "^1.0.0",
"indexof": "^0.0.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^4.12.0"
"tape": "^5.0.1"
},

@@ -106,4 +104,5 @@ "testling": {

"commitLimit": false,
"backfillLimit": false
"backfillLimit": false,
"hideCredit": true
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc