Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-decorators

Package Overview
Dependencies
Maintainers
5
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 7.0.0-beta.47 to 7.0.0-beta.48

9

lib/index.js

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

_helperPluginUtils = function _helperPluginUtils() {
_helperPluginUtils = function () {
return data;

@@ -22,3 +22,3 @@ };

_pluginSyntaxDecorators = function _pluginSyntaxDecorators() {
_pluginSyntaxDecorators = function () {
return data;

@@ -38,4 +38,5 @@ };

api.assertVersion(7);
const _options$legacy = options.legacy,
legacy = _options$legacy === void 0 ? false : _options$legacy;
const {
legacy = false
} = options;

@@ -42,0 +43,0 @@ if (typeof legacy !== "boolean") {

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

_core = function _core() {
_core = function () {
return data;

@@ -127,3 +127,5 @@ };

ClassDeclaration(path) {
const node = path.node;
const {
node
} = path;

@@ -130,0 +132,0 @@ if (!hasClassDecorators(node) && !hasMethodDecorators(node.body.body)) {

{
"name": "@babel/plugin-proposal-decorators",
"version": "7.0.0-beta.47",
"version": "7.0.0-beta.48",
"author": "Logan Smyth <loganfsmyth@gmail.com>",

@@ -15,12 +15,12 @@ "license": "MIT",

"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.47",
"@babel/plugin-syntax-decorators": "7.0.0-beta.47"
"@babel/helper-plugin-utils": "7.0.0-beta.48",
"@babel/plugin-syntax-decorators": "7.0.0-beta.48"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.47"
"@babel/core": "7.0.0-beta.48"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.47",
"@babel/helper-plugin-test-runner": "7.0.0-beta.47"
"@babel/core": "7.0.0-beta.48",
"@babel/helper-plugin-test-runner": "7.0.0-beta.48"
}
}
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