Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-parameter-decorator

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-parameter-decorator - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

3

lib/index.js

@@ -56,2 +56,5 @@ "use strict";

case 'AssignmentPattern':
return types.AssignmentPattern(path.node.left, path.node.right);
case 'TSParameterProperty':

@@ -58,0 +61,0 @@ return types.Identifier(path.node.parameter.name);

2

package.json
{
"name": "babel-plugin-parameter-decorator",
"version": "1.0.14",
"version": "1.0.15",
"description": "Function parameter decorator transform plugin for babel v7, just like typescript.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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