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

@khanacademy/wonder-blocks-link

Package Overview
Dependencies
Maintainers
1
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-link - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

10

components/link-core.js

@@ -9,3 +9,6 @@ // @flow

import Color, {mix, fade} from "@khanacademy/wonder-blocks-color";
import type {ClickableHandlers} from "@khanacademy/wonder-blocks-core";
import type {
ClickableHandlers,
ClickableState,
} from "@khanacademy/wonder-blocks-core";
import type {SharedProps} from "./link.js";

@@ -16,6 +19,3 @@

...ClickableHandlers,
hovered: boolean,
focused: boolean,
pressed: boolean,
...ClickableState,
href: string,

@@ -22,0 +22,0 @@ |};

{
"name": "@khanacademy/wonder-blocks-link",
"version": "3.2.0",
"version": "3.2.1",
"design": "v1",

@@ -18,4 +18,4 @@ "publishConfig": {

"dependencies": {
"@khanacademy/wonder-blocks-color": "^1.1.5",
"@khanacademy/wonder-blocks-core": "^2.3.1"
"@khanacademy/wonder-blocks-color": "^1.1.6",
"@khanacademy/wonder-blocks-core": "^2.4.0"
},

@@ -22,0 +22,0 @@ "peerDependencies": {

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