Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-typeof-symbol

Package Overview
Dependencies
58
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-alpha.2 to 8.0.0-alpha.3

16

package.json
{
"name": "@babel/plugin-transform-typeof-symbol",
"version": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",

@@ -19,13 +19,13 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.2"
"@babel/helper-plugin-utils": "^8.0.0-alpha.3"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.2"
"@babel/core": "^8.0.0-alpha.3"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.2",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.2",
"@babel/runtime": "^8.0.0-alpha.2",
"@babel/runtime-corejs2": "^8.0.0-alpha.2",
"@babel/runtime-corejs3": "^8.0.0-alpha.2"
"@babel/core": "^8.0.0-alpha.3",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.3",
"@babel/runtime": "^8.0.0-alpha.3",
"@babel/runtime-corejs2": "^8.0.0-alpha.3",
"@babel/runtime-corejs3": "^8.0.0-alpha.3"
},

@@ -32,0 +32,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol",

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