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

rsuite-table

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsuite-table - npm Package Compare versions

Comparing version 3.13.3-alpha to 3.13.3

2

es/ColumnGroup.js

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

import PropTypes from 'prop-types';
import { defaultClassPrefix, prefix } from './utils';
import { defaultClassPrefix, prefix } from './utils/prefix';
var ColumnGroup = React.forwardRef(function (props, ref) {

@@ -9,0 +9,0 @@ var header = props.header,

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

var _utils = require("./utils");
var _prefix = require("./utils/prefix");

@@ -41,6 +41,6 @@ var ColumnGroup = React.forwardRef(function (props, ref) {

var classPrefix = React.useMemo(function () {
return (0, _utils.defaultClassPrefix)('table-column-group');
return (0, _prefix.defaultClassPrefix)('table-column-group');
}, []);
var addPrefix = React.useCallback(function (name) {
return (0, _utils.prefix)(classPrefix)(name);
return (0, _prefix.prefix)(classPrefix)(name);
}, []);

@@ -47,0 +47,0 @@ return React.createElement("div", (0, _extends2["default"])({

{
"name": "rsuite-table",
"version": "3.13.3-alpha",
"version": "3.13.3",
"description": "A React table component",

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

Sorry, the diff of this file is not supported yet

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