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.6 to 1.0.7

2

lib/index.js

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

// 先关闭form弹层,再提示
this.props.onSave && this.props.onSave();
this.props.onSave && this.props.onSave(resultData);
}

@@ -265,0 +265,0 @@ }, {

{
"name": "@beisen-platform/export-form",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

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

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

// 先关闭form弹层,再提示
this.props.onSave && this.props.onSave();
this.props.onSave && this.props.onSave(resultData);
}

@@ -210,0 +210,0 @@ onSave() {

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