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

@hypothesis/frontend-shared

Package Overview
Dependencies
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypothesis/frontend-shared - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

lib/components/SvgIcon.d.ts

2

lib/index.d.ts
export { useElementShouldClose } from "./hooks/use-element-should-close";
export { normalizeKeyName } from "./browser-compatibility-utils";
export { SvgIcon, registerIcons } from "./svg-icon";
export { SvgIcon, registerIcons } from "./components/SvgIcon";

@@ -9,3 +9,3 @@ "use strict";

get: function () {
return _svgIcon.SvgIcon;
return _SvgIcon.SvgIcon;
}

@@ -16,3 +16,3 @@ });

get: function () {
return _svgIcon.registerIcons;
return _SvgIcon.registerIcons;
}

@@ -33,3 +33,3 @@ });

var _svgIcon = require("./svg-icon");
var _SvgIcon = require("./components/SvgIcon");

@@ -36,0 +36,0 @@ var _useElementShouldClose = require("./hooks/use-element-should-close");

{
"name": "@hypothesis/frontend-shared",
"version": "1.7.0",
"version": "1.8.0",
"description": "Shared components, styles and utilities for Hypothesis projects",

@@ -5,0 +5,0 @@ "license": "BSD-2-Clause",

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