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

@contentful/f36-utils

Package Overview
Dependencies
Maintainers
175
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/f36-utils - npm Package Compare versions

Comparing version 4.24.2 to 4.24.3

4

dist/index.d.ts

@@ -82,2 +82,6 @@ import React$1, { MutableRefObject, ReactNode } from 'react';

declare type Density = 'low' | 'high';
/**
* Use this hook to adapt your component styling/rendering based on the density.
* The density is retrieved from the `DensityProvider`.
*/
declare const useDensity: () => Density;

@@ -84,0 +88,0 @@ declare const DensityProvider: React$1.Provider<Density>;

3

package.json
{
"name": "@contentful/f36-utils",
"version": "4.24.2",
"version": "4.24.3",
"description": "Forma 36: utils React Component",

@@ -30,4 +30,5 @@ "license": "MIT",

"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
}
}

Sorry, the diff of this file is not supported yet

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