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

@os-design/utils

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/utils - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

2

dist/cjs/useForwardedState/index.js

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

// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-explicit-any,@typescript-eslint/ban-types
var isFunction = function isFunction(value) {

@@ -25,0 +25,0 @@ return typeof value === 'function';

import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-explicit-any,@typescript-eslint/ban-types
const isFunction = value => typeof value === 'function';

@@ -5,0 +5,0 @@ /**

{
"name": "@os-design/utils",
"version": "1.0.20",
"version": "1.0.21",
"license": "UNLICENSED",

@@ -31,3 +31,3 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git",

"devDependencies": {
"@os-design/styles": "^1.0.17",
"@os-design/styles": "^1.0.18",
"@types/resize-observer-browser": "^0.1.5",

@@ -42,3 +42,3 @@ "react": ">=17"

},
"gitHead": "abd725b79ea6ad7aa073eca1e7179d6e6d37a1f9"
"gitHead": "81450801fa814fb9fe28768642652175666c07ef"
}

Sorry, the diff of this file is not supported yet

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