🚀 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
7.26.7

2

lib/index.js

@@ -35,3 +35,3 @@ "use strict";

let isUnderHelper = path.findParent(path => {
if (path.isFunction()) {
if (path.isFunctionDeclaration()) {
var _path$get;

@@ -38,0 +38,0 @@ return ((_path$get = path.get("body.directives.0")) == null ? void 0 : _path$get.node.value.value) === "@babel/helpers - typeof";

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

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

"dependencies": {
"@babel/helper-plugin-utils": "^7.25.9"
"@babel/helper-plugin-utils": "^7.26.5"
},

@@ -26,7 +26,7 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/core": "^7.26.7",
"@babel/helper-plugin-test-runner": "^7.25.9",
"@babel/runtime": "^7.25.9",
"@babel/runtime": "^7.26.7",
"@babel/runtime-corejs2": "^7.24.0",
"@babel/runtime-corejs3": "^7.25.9"
"@babel/runtime-corejs3": "^7.26.7"
},

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

Sorry, the diff of this file is not supported yet