Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-decorators

Package Overview
Dependencies
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-decorators - npm Package Compare versions

Comparing version 7.22.7 to 7.22.10

3

lib/transformer-legacy.js

@@ -52,3 +52,4 @@ "use strict";

function hasClassDecorators(classNode) {
return !!(classNode.decorators && classNode.decorators.length);
var _classNode$decorators;
return !!((_classNode$decorators = classNode.decorators) != null && _classNode$decorators.length);
}

@@ -55,0 +56,0 @@ function applyMethodDecorators(path, state) {

{
"name": "@babel/plugin-proposal-decorators",
"version": "7.22.7",
"version": "7.22.10",
"author": "The Babel Team (https://babel.dev/team)",

@@ -23,7 +23,7 @@ "license": "MIT",

"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.22.6",
"@babel/helper-create-class-features-plugin": "^7.22.10",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-replace-supers": "^7.22.5",
"@babel/helper-replace-supers": "^7.22.9",
"@babel/helper-split-export-declaration": "^7.22.6",
"@babel/plugin-syntax-decorators": "^7.22.5"
"@babel/plugin-syntax-decorators": "^7.22.10"
},

@@ -34,8 +34,8 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.22.7",
"@babel/core": "^7.22.10",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.22.7",
"@babel/traverse": "^7.22.10",
"@types/charcodes": "^0.2.0",
"array.prototype.concat": "^1.0.2",
"babel-plugin-polyfill-es-shims": "^0.9.1",
"babel-plugin-polyfill-es-shims": "^0.9.2",
"charcodes": "^0.2.0",

@@ -42,0 +42,0 @@ "object.getownpropertydescriptors": "^2.1.1"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc