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

spin.js

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spin.js - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

9

CHANGELOG.md

@@ -9,2 +9,8 @@ # Changelog

## [4.1.1] - 2021-09-01
### Changed
- Set package type to `module` to better support native ES module imports.
- Improved website design.
## [4.1.0] - 2019-10-22

@@ -234,3 +240,4 @@ ### Added

[Unreleased]: https://github.com/fgnass/spin.js/compare/4.1.0...HEAD
[Unreleased]: https://github.com/fgnass/spin.js/compare/4.1.1...HEAD
[4.1.1]: https://github.com/fgnass/spin.js/compare/4.1.0...4.1.1
[4.1.0]: https://github.com/fgnass/spin.js/compare/4.0.0...4.1.0

@@ -237,0 +244,0 @@ [4.0.0]: https://github.com/fgnass/spin.js/compare/3.1.0...4.0.0

15

package.json
{
"name": "spin.js",
"version": "4.1.0",
"version": "4.1.1",
"description": "A spinning activity indicator",

@@ -11,2 +11,3 @@ "files": [

],
"type": "module",
"main": "spin.js",

@@ -31,3 +32,3 @@ "types": "spin.d.ts",

"scripts": {
"prepare": "tsc && grunt && rollup -c",
"prepare": "tsc && grunt --gruntfile Gruntfile.cjs && rollup -c",
"gh-pages": "grunt gh-pages",

@@ -37,10 +38,10 @@ "start": "grunt serve"

"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-connect": "^2.0.0",
"grunt": "^1.4.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-gh-pages": "^3.1.0",
"rollup": "^1.1.2",
"typescript": "^3.3.3"
"grunt-gh-pages": "^4.0.0",
"rollup": "^2.56.3",
"typescript": "^4.4.2"
},
"dependencies": {}
}
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