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

@khanacademy/wonder-blocks-icon

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.2.5 to 1.2.6

8

package.json
{
"name": "@khanacademy/wonder-blocks-icon",
"version": "1.2.5",
"version": "1.2.6",
"design": "v1",

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

"dependencies": {
"@khanacademy/wonder-blocks-core": "^2.4.3"
"@khanacademy/wonder-blocks-core": "^2.5.0"
},
"devDependencies": {
"@khanacademy/wonder-blocks-color": "^1.1.9",
"@khanacademy/wonder-blocks-color": "^1.1.10",
"wb-dev-build-settings": "^0.0.3"

@@ -29,3 +29,3 @@ },

},
"gitHead": "be0b1f6e2cd428289f5c3e54e6a2370de2019d27"
"gitHead": "e80922dd847385d5b3baa19250a29188e4a6b353"
}

@@ -114,2 +114,2 @@ // @flow

},
}: {[string]: IconAsset});
}: {[string]: IconAsset, ...});

@@ -30,6 +30,6 @@ // @flow

size: IconSize,
): {
): {|
assetSize: IconSize,
path: string,
} => {
|} => {
if (icon[size]) {

@@ -36,0 +36,0 @@ // Great, we have the IconSize we actually requested

@@ -12,3 +12,3 @@ // @flow

const DUMMY_ICON_WITH_EVERYTHING_ON_IT = {
const DUMMY_ICON_WITH_EVERYTHING_ON_IT: IconAsset = {
small: "[SMALL SVG PATH]",

@@ -15,0 +15,0 @@ medium: "[MEDIUM SVG PATH]",

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