Socket
Socket
Sign inDemoInstall

svelte-loading-spinners

Package Overview
Dependencies
23
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.2.0

dist/index.css

33

package.json
{
"name": "svelte-loading-spinners",
"version": "0.1.7",
"version": "0.2.0",
"svelte": "dist/index.js",

@@ -25,17 +25,17 @@ "module": "dist/index.mjs",

"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@tsconfig/svelte": "^1.0.10",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"rollup": "^2.32.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@tsconfig/svelte": "^3.0.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"rollup": "^2.79.1",
"rollup-plugin-execute": "^1.1.1",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-svelte": "^6.0.1",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.24.0",
"svelte-check": "^1.0.60",
"svelte-preprocess": "^4.5.1",
"tslib": "^2.0.3",
"typescript": "^4.0.3"
"rollup-plugin-typescript2": "^0.34.1",
"svelte": "^3.50.1",
"svelte-check": "^2.9.1",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
},

@@ -50,3 +50,6 @@ "license": "MIT",

"dist"
]
],
"dependencies": {
"rollup-plugin-import-css": "^3.0.3"
}
}

@@ -27,5 +27,5 @@ # svelte-loading-spinners

## List of avalible spinners
## List of available spinners
Props: `size`, `color`, `unit` and `duration`.
Props: `size`, `color`, `unit`, `duration` and `pause`.
The default props; `unit` is `px`, `color` is `#FF3E00` and `size` `60px`.

@@ -35,3 +35,3 @@

`Circle2` has `colorOuter`, `colorCenter`, `colorInner` as props aswell.
`Circle2` instead of the `color` and `duration` props has `colorOuter`, `colorCenter`, `colorInner`, `durationOuter`, `durationCenter`, `durationInner` props.

@@ -38,0 +38,0 @@ `Circle3` has `ballTopLeft`, `ballTopRight`, `ballBottomLeft` and `ballBottomRight` as props aswell.

@@ -6,2 +6,3 @@ export type SpinnerTypes = {

duration: string
pause: boolean
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc