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

babel-plugin-hylid-bridge

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-hylid-bridge - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [2.2.0](https://code.alipay.com/ant-ife/hylid-bridge/compare/v2.1.0...v2.2.0) (2022-07-08)
### Features
* 调整 eslint 配置
### Bug Fixes
* 依赖* build error* split the target
# [2.1.0](https://code.alipay.com/ant-ife/hylid-bridge/compare/v1.1.0...v2.1.0) (2022-04-25)

@@ -8,0 +20,0 @@

2

lib/index.js

@@ -139,4 +139,4 @@ "use strict";

targets.forEach(function (target) {
var localName = "".concat(identifierPrefix).concat(target, "_").concat(name, "__");
var targetSplit = target.split('|');
var localName = "".concat(identifierPrefix).concat(targetSplit[0], "_").concat(targetSplit[1], "_").concat(name, "__");
var n = babelTypes.importDeclaration([babelTypes.importDefaultSpecifier(babelTypes.identifier(localName))], babelTypes.stringLiteral("".concat(libraryName, "/lib/clients/").concat(targetSplit[0], "/").concat(targetSplit[1], "/").concat(name)));

@@ -143,0 +143,0 @@ nodes.push(n);

{
"name": "babel-plugin-hylid-bridge",
"version": "2.1.0",
"version": "2.2.0",
"description": "babel-plugin-hylid-bridge",

@@ -17,2 +17,3 @@ "main": "lib/index.js",

"@babel/core": "^7.15.6",
"@babel/runtime": "^7.18.6",
"@babel/types": "^7.15.6",

@@ -19,0 +20,0 @@ "@types/fs-extra": "^9.0.13",

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