Socket
Socket
Sign inDemoInstall

babel-plugin-syntax-class-constructor-call

Package Overview
Dependencies
0
Maintainers
6
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.8.0 to 6.13.0

6

lib/index.js

@@ -1,2 +0,2 @@

/*istanbul ignore next*/"use strict";
"use strict";

@@ -6,3 +6,3 @@ exports.__esModule = true;

exports.default = function () {
return { /*istanbul ignore next*/
return {
manipulateOptions: function manipulateOptions(opts, parserOpts) {

@@ -14,2 +14,2 @@ parserOpts.plugins.push("classConstructorCall");

/*istanbul ignore next*/module.exports = exports["default"];
module.exports = exports["default"];
{
"name": "babel-plugin-syntax-class-constructor-call",
"version": "6.8.0",
"version": "6.13.0",
"description": "Allow parsing of class constructor calls",

@@ -11,8 +11,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-constructor-call",

],
"dependencies": {
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
}
"dependencies": {},
"devDependencies": {}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc