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

rc-tabs

Package Overview
Dependencies
Maintainers
7
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tabs - npm Package Compare versions

Comparing version 11.14.1 to 11.14.2

CHANGELOG.md

2

es/hooks/useRaf.js

@@ -22,2 +22,4 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";

useEffect(function () {
//be compatible with react 18 StrictMode in dev
removedRef.current = false;
return function () {

@@ -24,0 +26,0 @@ removedRef.current = true;

@@ -36,2 +36,4 @@ "use strict";

(0, _react.useEffect)(function () {
//be compatible with react 18 StrictMode in dev
removedRef.current = false;
return function () {

@@ -38,0 +40,0 @@ removedRef.current = true;

2

package.json
{
"name": "rc-tabs",
"version": "11.14.1",
"version": "11.14.2",
"description": "tabs ui component for react",

@@ -5,0 +5,0 @@ "engines": {

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