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

@interop-ui/react-announce

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interop-ui/react-announce - npm Package Compare versions

Comparing version 0.0.1-3 to 0.0.1-4

6

dist/index.d.ts

@@ -66,9 +66,7 @@ import * as React from "react";

export type AnnounceProps = AnnounceDOMProps & AnnounceOwnProps;
export const Announce: import("react/utils/src").ForwardRefExoticComponentWithAs<"div", AnnounceProps> & {
export const Announce: import("@interop-ui/react-utils").ForwardRefExoticComponentWithAs<"div", AnnounceProps> & {
displayName: string;
};
export const styles: {
root: React.CSSProperties | Record<string, React.CSSProperties>;
} & Record<"root", React.CSSProperties | Record<string, React.CSSProperties>>;
export const styles: import("@interop-ui/react-utils").PrimitiveStyles<"root">;
//# sourceMappingURL=index.d.ts.map
{
"name": "@interop-ui/react-announce",
"version": "0.0.1-3",
"version": "0.0.1-4",
"license": "MIT",

@@ -14,14 +14,14 @@ "source": "src/index.ts",

"scripts": {
"build": "parcel build src/index.ts && yarn build:styles",
"build": "parcel build src/index.ts --no-cache && yarn build:styles",
"build:styles": "node ../../../scripts/build-styles announce",
"clean": "rm -rf dist",
"bump": "yarn version --deferred",
"version": "yarn version",
"prepublish": "yarn clean && yarn build"
},
"dependencies": {
"@interop-ui/react-utils": "0.0.1-3",
"@interop-ui/utils": "0.0.1-2"
"@interop-ui/react-utils": "0.0.1-4",
"@interop-ui/utils": "0.0.1-3"
},
"devDependencies": {
"@interop-ui/react-visually-hidden": "0.0.1-3",
"@interop-ui/react-visually-hidden": "0.0.1-4",
"parcel": "^2.0.0-beta.1"

@@ -28,0 +28,0 @@ },

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