Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-progress-spinner

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-progress-spinner - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/es/index.js

5

components/circular-spinner.js
// @flow
import * as React from "react";
import {StyleSheet} from "aphrodite";
import {View, addStyle} from "@khanacademy/wonder-blocks-core";
import Color from "@khanacademy/wonder-blocks-color";
import type {StyleType} from "@khanacademy/wonder-blocks-core";
const heights = {

@@ -79,3 +80,3 @@ xsmall: 16,

/** Any (optional) styling to apply to the spinner container. */
style?: any,
style?: StyleType,
|};

@@ -82,0 +83,0 @@

9

package.json
{
"name": "@khanacademy/wonder-blocks-progress-spinner",
"version": "1.0.3",
"version": "1.0.4",
"design": "v1",

@@ -10,2 +10,3 @@ "publishConfig": {

"main": "dist/index.js",
"module": "dist/es/index.js",
"source": "index.js",

@@ -18,5 +19,5 @@ "scripts": {

"dependencies": {
"@khanacademy/wonder-blocks-color": "^1.0.6",
"@khanacademy/wonder-blocks-core": "^1.1.1",
"@khanacademy/wonder-blocks-spacing": "^2.0.4"
"@khanacademy/wonder-blocks-color": "^1.0.7",
"@khanacademy/wonder-blocks-core": "^1.2.0",
"@khanacademy/wonder-blocks-spacing": "^2.0.5"
},

@@ -23,0 +24,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