Socket
Socket
Sign inDemoInstall

array.prototype.every

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

10

CHANGELOG.md

@@ -8,2 +8,12 @@ # Changelog

## [v1.1.2](https://github.com/ljharb/Array.prototype.every/compare/v1.1.1...v1.1.2) - 2021-02-22
### Commits
- [meta] do not publish Github Action workflows [`875e44c`](https://github.com/ljharb/Array.prototype.every/commit/875e44c72398622faf1f1c7deee3a7bbfe86e7cf)
- [readme] remove travis badge [`42a8e90`](https://github.com/ljharb/Array.prototype.every/commit/42a8e9032d0f33ec7e911fd9b1c911c61486efb2)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `functions-have-names`, `has-strict-mode`, `tape` [`81950f0`](https://github.com/ljharb/Array.prototype.every/commit/81950f0d117133270734e9a063b5b0b85d34b1f8)
- [actions] update workflows [`f000ae2`](https://github.com/ljharb/Array.prototype.every/commit/f000ae2535ca2f04111feb911e9bde432fc1ce3f)
- [Deps] update `call-bind`, `es-abstract` [`b4cce25`](https://github.com/ljharb/Array.prototype.every/commit/b4cce25e45db0b6ea69ab2231212687b8daf5689)
## [v1.1.1](https://github.com/ljharb/Array.prototype.every/compare/v1.1.0...v1.1.1) - 2020-11-17

@@ -10,0 +20,0 @@

18

package.json
{
"name": "array.prototype.every",
"version": "1.1.1",
"version": "1.1.2",
"author": {

@@ -50,5 +50,5 @@ "name": "Jordan Harband",

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

@@ -58,14 +58,14 @@ },

"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.3",
"@ljharb/eslint-config": "^17.5.1",
"aud": "^1.1.4",
"auto-changelog": "^2.2.1",
"eslint": "^7.13.0",
"eslint": "^7.20.0",
"evalmd": "^0.0.19",
"foreach": "^2.0.5",
"functions-have-names": "^1.2.1",
"has-strict-mode": "^1.0.0",
"functions-have-names": "^1.2.2",
"has-strict-mode": "^1.0.1",
"indexof": "^0.0.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.1"
"tape": "^5.2.0"
},

@@ -72,0 +72,0 @@ "testling": {

@@ -1,4 +0,3 @@

#array.prototype.every <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
# array.prototype.every <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![Build Status][travis-svg]][travis-url]
[![dependency status][deps-svg]][deps-url]

@@ -15,3 +14,3 @@ [![dev dependency status][dev-deps-svg]][dev-deps-url]

This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the proposed [spec](http://www.ecma-international.org/ecma-262/6.0/).
This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the proposed [spec](https://www.ecma-international.org/ecma-262/6.0/).

@@ -55,5 +54,3 @@ Because `Array.prototype.every` depends on a receiver (the “this” value), the main export takes the array to operate on as the first argument.

[package-url]: https://npmjs.org/package/array.prototype.every
[npm-version-svg]: http://versionbadg.es/es-shims/Array.prototype.every.svg
[travis-svg]: https://travis-ci.org/es-shims/Array.prototype.every.svg
[travis-url]: https://travis-ci.org/es-shims/Array.prototype.every
[npm-version-svg]: https://versionbadg.es/es-shims/Array.prototype.every.svg
[deps-svg]: https://david-dm.org/es-shims/Array.prototype.every.svg

@@ -66,5 +63,5 @@ [deps-url]: https://david-dm.org/es-shims/Array.prototype.every

[npm-badge-png]: https://nodei.co/npm/array.prototype.every.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/array.prototype.every.svg
[license-image]: https://img.shields.io/npm/l/array.prototype.every.svg
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/array.prototype.every.svg
[downloads-url]: http://npm-stat.com/charts.html?package=array.prototype.every
[downloads-image]: https://img.shields.io/npm/dm/array.prototype.every.svg
[downloads-url]: https://npm-stat.com/charts.html?package=array.prototype.every
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