Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-new-target

Package Overview
Dependencies
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-new-target - npm Package Compare versions

Comparing version 7.0.0-beta.47 to 7.0.0-beta.48

12

lib/index.js

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

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

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

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

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

const property = path.get("property");
const scope = path.scope;
const {
scope
} = path;

@@ -66,3 +68,5 @@ if (meta.isIdentifier({

const node = func.node;
const {
node
} = func;

@@ -69,0 +73,0 @@ if (!node.id) {

{
"name": "@babel/plugin-transform-new-target",
"version": "7.0.0-beta.47",
"version": "7.0.0-beta.48",
"description": "Transforms new.target meta property",

@@ -12,13 +12,13 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target",

"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.47"
"@babel/helper-plugin-utils": "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/plugin-proposal-class-properties": "7.0.0-beta.47",
"@babel/plugin-transform-arrow-functions": "7.0.0-beta.47"
"@babel/core": "7.0.0-beta.48",
"@babel/helper-plugin-test-runner": "7.0.0-beta.48",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.48",
"@babel/plugin-transform-arrow-functions": "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