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.4 to 2.1.5

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- auto-changelog-above -->
2.1.4 / 2022-05-19

@@ -2,0 +11,0 @@ =================

8

implementation.js
'use strict';
var CreateDataProperty = require('es-abstract/2021/CreateDataProperty');
var IsCallable = require('es-abstract/2021/IsCallable');
var RequireObjectCoercible = require('es-abstract/2021/RequireObjectCoercible');
var ToObject = require('es-abstract/2021/ToObject');
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 callBound = require('call-bind/callBound');

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

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

@@ -20,3 +20,5 @@ "funding": {

"lint": "eslint --ext=js,mjs .",
"postlint": "es-shim-api --bound"
"postlint": "es-shim-api --bound",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},

@@ -39,6 +41,6 @@ "repository": {

"dependencies": {
"array.prototype.reduce": "^1.0.4",
"array.prototype.reduce": "^1.0.5",
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.1"
"es-abstract": "^1.20.4"
},

@@ -48,3 +50,3 @@ "devDependencies": {

"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.0",
"aud": "^2.0.1",
"auto-changelog": "^2.4.0",

@@ -54,2 +56,3 @@ "eslint": "=8.8.0",

"has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1",
"mock-property": "^1.0.0",

@@ -59,3 +62,3 @@ "npmignore": "^0.3.0",

"safe-publish-latest": "^2.0.0",
"tape": "^5.5.3"
"tape": "^5.6.1"
},

@@ -86,2 +89,11 @@ "testling": {

},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true,
"startingVersion": "2.1.6"
},
"publishConfig": {

@@ -88,0 +100,0 @@ "ignore": [

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