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

@twilio-labs/match-hooks

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-labs/match-hooks - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

dist/index.mjs

2

dist/index.js

@@ -1,1 +0,1 @@

import*as r from"react";function t(...t){return r.useCallback((r=>{t.map((t=>{"function"==typeof t?t(r):t&&!Object.isFrozen(t)&&(t.current=r)}))}),[t])}export{t as useMergedRefs};
"use strict";function e(e){if(e&&e.__esModule)return e;var r=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}})),r.default=e,Object.freeze(r)}Object.defineProperty(exports,"__esModule",{value:!0});var r=e(require("react"));exports.useMergedRefs=function(...e){return r.useCallback((r=>{e.map((e=>{"function"==typeof e?e(r):e&&!Object.isFrozen(e)&&(e.current=r)}))}),[e])};
{
"name": "@twilio-labs/match-hooks",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Twilio Match Design System React Hooks",

@@ -8,3 +8,2 @@ "author": "Twilio Inc.",

"main": "dist/index.js",
"type": "module",
"files": [

@@ -20,2 +19,3 @@ "dist"

"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",

@@ -47,3 +47,4 @@ "access": "public"

},
"module": "dist/index.mjs",
"types": "dist/index.d.ts"
}
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