Socket
Socket
Sign inDemoInstall

babel-plugin-prototype-prop-define

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.1 to 2.4.2

2

package.json
{
"name": "babel-plugin-prototype-prop-define",
"version": "2.4.1",
"version": "2.4.2",
"description": "Transform assignments to properties on built-in prototypes to Object.defineProperty calls",

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

@@ -379,3 +379,3 @@ const primordialPropSet = new Set([

type: 'MemberExpression',
object: createIdentifier('self'),
object: createIdentifier('globalThis'),
property: createIdentifier('Symbol'),

@@ -382,0 +382,0 @@ computed: false,

Sorry, the diff of this file is not supported yet

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