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

svelte-spinner

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-spinner - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

dist/index.js

3

CHANGELOG.md

@@ -0,2 +1,5 @@

# 2.0.0
Moved to Svelte v3.
# 1.0.0
Moved to Svelte v2.
{
"name": "svelte-spinner",
"version": "1.0.0",
"version": "2.0.0",
"description": "A Svelte SVG loading spinner",
"main": "index.html",
"svelte": "src/index.svelte",
"module": "dist/index.mjs",
"main": "dist/index.js",
"author": "Emil Tholin @tholle1234",
"license": "MIT",
"repository": "EmilTholin/svelte-spinner"
"repository": "EmilTholin/svelte-spinner",
"devDependencies": {
"rollup": "^1.10.1",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-svelte": "^5.0.3",
"svelte": "^3.0.0"
},
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
}
}

2

README.md
[![npm][npm]][npm-url]
# Svelte Spinner
<img src="Logotype Primary.png" alt="Svelte Spinner" width="40%" height="40%" />

@@ -5,0 +5,0 @@ A Svelte SVG loading spinner.

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