Socket
Socket
Sign inDemoInstall

object.getownpropertydescriptors

Package Overview
Dependencies
67
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.6 to 2.1.7

7

CHANGELOG.md

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

## [v2.1.7](https://github.com/ljharb/Object.getOwnPropertyDescriptors/compare/v2.1.6...v2.1.7) - 2023-08-31
### Commits
- [Deps] update `array.prototype.reduce`, `es-abstract` [`a201ad2`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/a201ad21768bbd199c122fc8b51ded6667b07573)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`f174ab1`](https://github.com/ljharb/Object.getOwnPropertyDescriptors/commit/f174ab14b2a816abac871d10747b1fcff179f0d8)
## [v2.1.6](https://github.com/ljharb/Object.getOwnPropertyDescriptors/compare/v2.1.5...v2.1.6) - 2023-04-20

@@ -10,0 +17,0 @@

8

implementation.js
'use strict';
var CreateDataProperty = require('es-abstract/2022/CreateDataProperty');
var IsCallable = require('es-abstract/2022/IsCallable');
var RequireObjectCoercible = require('es-abstract/2022/RequireObjectCoercible');
var ToObject = require('es-abstract/2022/ToObject');
var CreateDataProperty = require('es-abstract/2023/CreateDataProperty');
var IsCallable = require('es-abstract/2023/IsCallable');
var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible');
var ToObject = require('es-abstract/2023/ToObject');
var safeConcat = require('safe-array-concat');

@@ -8,0 +8,0 @@ var reduce = require('array.prototype.reduce');

{
"name": "object.getownpropertydescriptors",
"version": "2.1.6",
"version": "2.1.7",
"author": "Jordan Harband <ljharb@gmail.com>",

@@ -40,12 +40,12 @@ "funding": {

"dependencies": {
"array.prototype.reduce": "^1.0.5",
"array.prototype.reduce": "^1.0.6",
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.21.2",
"es-abstract": "^1.22.1",
"safe-array-concat": "^1.0.0"
},
"devDependencies": {
"@es-shims/api": "^2.3.1",
"@ljharb/eslint-config": "^21.0.1",
"aud": "^2.0.2",
"@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",

@@ -60,3 +60,3 @@ "eslint": "=8.8.0",

"safe-publish-latest": "^2.0.0",
"tape": "^5.6.3"
"tape": "^5.6.6"
},

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

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