Socket
Socket
Sign inDemoInstall

@project44-manifest/react-utils

Package Overview
Dependencies
14
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.3.0

dts/noop.d.ts

1

dts/index.d.ts

@@ -6,4 +6,5 @@ export * from './context';

export * from './mergeRefs';
export * from './noop';
export * from './types';
export { Slot } from '@radix-ui/react-slot';
//# sourceMappingURL=index.d.ts.map

3

esm/index.js

@@ -100,3 +100,4 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }

}
export { createContext, filterDOMProps, mergeCallbacks, mergeProps, mergeRefs };
function noop() {}
export { createContext, filterDOMProps, mergeCallbacks, mergeProps, mergeRefs, noop };
//# sourceMappingURL=index.js.map

@@ -128,2 +128,3 @@ // Bundled with Packemon: https://packemon.dev

}
function noop() {}
Object.defineProperty(exports, 'Slot', {

@@ -138,2 +139,3 @@ enumerable: true,

exports.mergeRefs = mergeRefs;
exports.noop = noop;
//# sourceMappingURL=index.js.map
{
"name": "@project44-manifest/react-utils",
"version": "0.2.4",
"version": "0.3.0",
"description": "Manifest Design System react dom utilities",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -6,3 +6,4 @@ export * from './context';

export * from './mergeRefs';
export * from './noop';
export * from './types';
export { Slot } from '@radix-ui/react-slot';

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc