Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-decorators

Package Overview
Dependencies
Maintainers
4
Versions
124
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 8.0.0-alpha.6 to 8.0.0-alpha.7

8

lib/index.js

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

var index = declare((api, options) => {
api.assertVersion("8.0.0-alpha.6");
api.assertVersion("8.0.0-alpha.7");
const {

@@ -170,4 +170,4 @@ version

};
} else if (!version || version === "2018-09" || version === "2021-12" || version === "2022-03" || version === "2023-01" || version === "2023-05") {
api.assertVersion("8.0.0-alpha.6");
} else if (!version || version === "2018-09" || version === "2021-12" || version === "2022-03" || version === "2023-01" || version === "2023-05" || version === "2023-11") {
api.assertVersion("8.0.0-alpha.7");
return createClassFeaturePlugin({

@@ -181,3 +181,3 @@ name: "proposal-decorators",

} else {
throw new Error("The '.version' option must be one of 'legacy', '2023-05', '2023-01', '2022-03', or '2021-12'.");
throw new Error("The '.version' option must be one of 'legacy', '2023-11', '2023-05', '2023-01', '2022-03', or '2021-12'.");
}

@@ -184,0 +184,0 @@ });

{
"name": "@babel/plugin-proposal-decorators",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"author": "The Babel Team (https://babel.dev/team)",

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

"dependencies": {
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.6",
"@babel/helper-plugin-utils": "^8.0.0-alpha.6",
"@babel/plugin-syntax-decorators": "^8.0.0-alpha.6"
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.7",
"@babel/helper-plugin-utils": "^8.0.0-alpha.7",
"@babel/plugin-syntax-decorators": "^8.0.0-alpha.7"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.6"
"@babel/core": "^8.0.0-alpha.7"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.6",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.6",
"@babel/traverse": "^8.0.0-alpha.6",
"@babel/core": "^8.0.0-alpha.7",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.7",
"@babel/traverse": "^8.0.0-alpha.7",
"array.prototype.concat": "^1.0.2",

@@ -36,0 +36,0 @@ "babel-plugin-polyfill-es-shims": "^0.10.2",

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