New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@reach/disclosure

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/disclosure - npm Package Compare versions

Comparing version 0.18.0-pre.3 to 0.18.0-pre.4

13

CHANGELOG.md
# @reach/disclosure
## 0.18.0-pre.4
### Minor Changes
- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49))
### Patch Changes
- Updated dependencies:
- `@reach/utils@0.18.0-pre.4`
- `@reach/polymorphic@0.18.0-pre.4`
- `@reach/auto-id@0.18.0-pre.4`
## 0.18.0-pre.3

@@ -4,0 +17,0 @@

2

dist/reach-disclosure.cjs.dev.js
"use strict";
/**
* @reach/disclosure v0.18.0-pre.3
* @reach/disclosure v0.18.0-pre.4
*

@@ -5,0 +5,0 @@ * Copyright (c) 2018-2022, React Training LLC

/**
* @reach/disclosure v0.18.0-pre.3
* @reach/disclosure v0.18.0-pre.4
*

@@ -13,3 +13,3 @@ * Copyright (c) 2018-2022, React Training LLC

import * as React from 'react';
import { Polymorphic } from '@reach/utils';
import * as Polymorphic from '@reach/polymorphic';

@@ -16,0 +16,0 @@ /**

{
"name": "@reach/disclosure",
"version": "0.18.0-pre.3",
"version": "0.18.0-pre.4",
"description": "Accessible React disclosure component",

@@ -13,4 +13,5 @@ "author": "React Training <hello@reacttraining.com>",

"dependencies": {
"@reach/auto-id": "0.18.0-pre.3",
"@reach/utils": "0.18.0-pre.3"
"@reach/auto-id": "0.18.0-pre.4",
"@reach/polymorphic": "0.18.0-pre.4",
"@reach/utils": "0.18.0-pre.4"
},

@@ -17,0 +18,0 @@ "devDependencies": {

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