Socket
Socket
Sign inDemoInstall

get-own-enumerable-property-symbols

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "get-own-enumerable-property-symbols",
"version": "2.0.0",
"version": "2.0.1",
"description": "Returns an array of all enumerable symbol properties found directly upon a given object",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -9,3 +9,3 @@ # get-own-enumerable-property-symbols [![Build Status](https://travis-ci.org/mightyiam/get-own-enumerable-property-symbols.svg?branch=master)](https://travis-ci.org/mightyiam/get-own-enumerable-property-symbols)

```js
const getOwnEnumPropSymbols = require('get-own-enumerable-property-symbols')
import getOwnEnumPropSymbols from 'get-own-enumerable-property-symbols'

@@ -17,3 +17,1 @@ getOwnEnumPropSymbols({ [Symbol()]: undefined })

```
[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
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