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

@twilio-paste/spinner

Package Overview
Dependencies
Maintainers
5
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-paste/spinner - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.1.1](https://github.com/twilio-labs/paste/compare/@twilio-paste/spinner@1.1.0...@twilio-paste/spinner@1.1.1) (2019-12-05)
### Bug Fixes
* **spinner:** export the prop types with the component ([#206](https://github.com/twilio-labs/paste/issues/206)) ([e073184](https://github.com/twilio-labs/paste/commit/e073184dbec47ae4572732b2962cf28e8521adb4))
# [1.1.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/spinner@1.0.2...@twilio-paste/spinner@1.1.0) (2019-11-20)

@@ -8,0 +19,0 @@

2

dist/index.d.ts
import * as React from 'react';
import { LoadingIconProps } from '@twilio-paste/icons/esm/LoadingIcon';
import { IconSize } from '@twilio-paste/types';
interface SpinnerProps extends LoadingIconProps {
export interface SpinnerProps extends LoadingIconProps {
title: string;

@@ -6,0 +6,0 @@ size?: IconSize;

{
"name": "@twilio-paste/spinner",
"version": "1.1.0",
"version": "1.1.1",
"category": "feedback",

@@ -32,4 +32,4 @@ "status": "beta",

"@emotion/styled": "^10.0.10",
"@twilio-paste/icons": "^1.0.2",
"@twilio-paste/types": "^2.1.0",
"@twilio-paste/icons": "^1.1.0",
"@twilio-paste/types": "^2.1.1",
"react": "^16.8.6",

@@ -41,4 +41,4 @@ "react-dom": "^16.8.6",

"devDependencies": {
"@twilio-paste/icons": "^1.1.0",
"@twilio-paste/types": "^2.1.1",
"@twilio-paste/icons": "^1.1.1",
"@twilio-paste/types": "^2.1.2",
"rollup": "^1.16.2",

@@ -52,3 +52,3 @@ "rollup-plugin-babel": "^4.3.3",

},
"gitHead": "29779d04d87a10d0f5200bfcb090e00b7e74b2e3"
"gitHead": "68b5b09cb45f42d156fff3afff32aebc796dd321"
}

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