Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-decorators

Package Overview
Dependencies
5
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.21.0 to 7.22.5

lib/transformer-2023-05.js

4

lib/index.js

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

var _transformerLegacy = require("./transformer-legacy");
var _transformer = require("./transformer-2023-01");
var _transformer = require("./transformer-2023-05");
var _default = (0, _helperPluginUtils.declare)((api, options) => {

@@ -29,3 +29,3 @@ api.assertVersion(7);

};
} else if (version === "2021-12" || version === "2022-03" || version === "2023-01") {
} else if (version === "2021-12" || version === "2022-03" || version === "2023-01" || version === "2023-05") {
return (0, _transformer.default)(api, options, version);

@@ -32,0 +32,0 @@ } else {

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

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

"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.21.0",
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/helper-replace-supers": "^7.20.7",
"@babel/helper-split-export-declaration": "^7.18.6",
"@babel/plugin-syntax-decorators": "^7.21.0"
"@babel/helper-create-class-features-plugin": "^7.22.5",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-replace-supers": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.5",
"@babel/plugin-syntax-decorators": "^7.22.5"
},

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

"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/helper-plugin-test-runner": "^7.18.6",
"@babel/traverse": "^7.21.0",
"@babel/core": "^7.22.5",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@types/charcodes": "^0.2.0",
"array.prototype.concat": "^1.0.2",
"babel-plugin-polyfill-es-shims": "^0.7.1",
"babel-plugin-polyfill-es-shims": "^0.9.0",
"charcodes": "^0.2.0",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc