New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

array.prototype.at

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array.prototype.at - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

18

CHANGELOG.md

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

## [v1.0.2](https://github.com/es-shims/Array.prototype.at/compare/v1.0.1...v1.0.2) - 2021-07-29
### Commits
- [actions] use `node/install` instead of `node/run`; use `codecov` action [`b4af027`](https://github.com/es-shims/Array.prototype.at/commit/b4af027a0006afd39698b95ab4f311e08c661345)
- [readme] remove travis badge [`b132350`](https://github.com/es-shims/Array.prototype.at/commit/b1323509f258d84f9e6f73bb29cab419baf4a310)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`b3c0da0`](https://github.com/es-shims/Array.prototype.at/commit/b3c0da0c12cb90340f103d396f3fd2c29ab2d266)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape` [`091a76d`](https://github.com/es-shims/Array.prototype.at/commit/091a76d64ce8196f47f7b49c2b0243b0877cc1bc)
- [actions] update workflows [`f8d3842`](https://github.com/es-shims/Array.prototype.at/commit/f8d3842d30fc5030cd0fe662b32db9334a557c5c)
- [readme] add github actions/codecov badges [`b865889`](https://github.com/es-shims/Array.prototype.at/commit/b86588935f7afc5dcf504e712bb01c6006eb36ed)
- [actions] avoid failing fast [`556768e`](https://github.com/es-shims/Array.prototype.at/commit/556768ea15585e2172ee8a5076ea38abd5fa5cdb)
- [Deps] update `es-abstract` [`a23efc0`](https://github.com/es-shims/Array.prototype.at/commit/a23efc0b4b036c0094622238fa4e0b00f2c976aa)
- [Dev Deps] update `eslint`, `tape` [`68c753b`](https://github.com/es-shims/Array.prototype.at/commit/68c753bb919a62154908a4501c2a9fdd6d4f5057)
- [meta] use `prepublishOnly`, for npm 7+ [`2ee454b`](https://github.com/es-shims/Array.prototype.at/commit/2ee454b614c05267085cbcddb78b48feeded88da)
- [Tests] increase coverage [`6e76301`](https://github.com/es-shims/Array.prototype.at/commit/6e763012b721444ad16d23b949d8ec96c0e2f716)
- [Deps] update `es-abstract` [`e9672de`](https://github.com/es-shims/Array.prototype.at/commit/e9672deb8361cc95c51ee60cb4c2c9f3b523464c)
- [Deps] update `es-abstract` [`4686db5`](https://github.com/es-shims/Array.prototype.at/commit/4686db562857d614ae52dcc249b33779402795b7)
## [v1.0.1](https://github.com/es-shims/Array.prototype.at/compare/v1.0.0...v1.0.1) - 2021-01-14

@@ -10,0 +28,0 @@

17

package.json
{
"name": "array.prototype.at",
"version": "1.0.1",
"version": "1.0.2",
"description": "An ES-spec-compliant (proposed) Array.prototype.at shim/polyfill/replacement that works as far down as ES3",

@@ -43,3 +43,4 @@ "main": "index.js",

"scripts": {
"prepublish": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",

@@ -81,6 +82,6 @@ "lint": "eslint --ext=js,mjs .",

"devDependencies": {
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"eslint": "^7.17.0",
"@ljharb/eslint-config": "^17.6.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.31.0",
"functions-have-names": "^1.2.2",

@@ -90,3 +91,3 @@ "has-strict-mode": "^1.0.1",

"safe-publish-latest": "^1.1.4",
"tape": "^5.1.1"
"tape": "^5.3.0"
},

@@ -96,3 +97,3 @@ "dependencies": {

"define-properties": "^1.1.3",
"es-abstract": "^1.18.0-next.0"
"es-abstract": "^1.18.3"
},

@@ -99,0 +100,0 @@ "auto-changelog": {

# array.prototype.at <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![Build Status][travis-svg]][travis-url]
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![dependency status][deps-svg]][deps-url]

@@ -68,5 +69,3 @@ [![dev dependency status][dev-deps-svg]][dev-deps-url]

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

@@ -77,5 +76,9 @@ [deps-url]: https://david-dm.org/es-shims/Array.prototype.at

[npm-badge-png]: https://nodei.co/npm/array.prototype.at.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/array.prototype.at.svg
[license-image]: https://img.shields.io/npm/l/array.prototype.at.svg
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/array.prototype.at.svg
[downloads-url]: http://npm-stat.com/charts.html?package=array.prototype.at
[downloads-image]: https://img.shields.io/npm/dm/array.prototype.at.svg
[downloads-url]: https://npm-stat.com/charts.html?package=array.prototype.at
[codecov-image]: https://codecov.io/gh/es-shims/Array.prototype.at/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/es-shims/Array.prototype.at/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/Array.prototype.at
[actions-url]: https://github.com/es-shims/Array.prototype.at/actions
'use strict';
require('../shim')();
require('../auto');

@@ -5,0 +5,0 @@ var test = require('tape');

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc