🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@babel/plugin-transform-typeof-symbol

Package Overview
Dependencies
Maintainers
4
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-typeof-symbol - npm Package Compare versions

Comparing version

to
8.0.0-alpha.15

2

lib/index.js

@@ -5,3 +5,3 @@ import { declare } from '@babel/helper-plugin-utils';

var index = declare(api => {
api.assertVersion("8.0.0-alpha.14");
api.assertVersion("8.0.0-alpha.15");
return {

@@ -8,0 +8,0 @@ name: "transform-typeof-symbol",

{
"name": "@babel/plugin-transform-typeof-symbol",
"version": "8.0.0-alpha.14",
"version": "8.0.0-alpha.15",
"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.14"
"@babel/helper-plugin-utils": "^8.0.0-alpha.15"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.14"
"@babel/core": "^8.0.0-alpha.15"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.14",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14",
"@babel/runtime": "^8.0.0-alpha.14",
"@babel/core": "^8.0.0-alpha.15",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.15",
"@babel/runtime": "^8.0.0-alpha.15",
"@babel/runtime-corejs2": "^7.24.0",
"@babel/runtime-corejs3": "^8.0.0-alpha.14"
"@babel/runtime-corejs3": "^8.0.0-alpha.15"
},

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