You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@beisen-platform/export-form

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

lib/index.js

@@ -188,3 +188,3 @@ import _extends from "@babel/runtime/helpers/extends";

Object.assign(params, {
exportFileName: '导出文件'
exportFileName: cmpContext.exportFileName || '导出文件'
});

@@ -191,0 +191,0 @@ var allP = Object.assign({

{
"name": "@beisen-platform/export-form",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

@@ -138,3 +138,3 @@ import React,{ Component } from 'react';

//兼容,旧版本配置的占位符号仍然是{metaObjName}
Object.assign(params,{exportFileName: '导出文件'});
Object.assign(params,{exportFileName: cmpContext.exportFileName || '导出文件'});
const allP = Object.assign({

@@ -141,0 +141,0 @@ queryUrl: queryUrl || {}

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc