New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nextui-org/spinner

Package Overview
Dependencies
Maintainers
1
Versions
524
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/spinner - npm Package Compare versions

Comparing version 0.0.0-dev-v2-20230326012034 to 0.0.0-dev-v2-20230326015124

20

package.json
{
"name": "@nextui-org/spinner",
"version": "0.0.0-dev-v2-20230326012034",
"version": "0.0.0-dev-v2-20230326015124",
"description": "Loaders express an unspecified wait time or display the length of a process.",

@@ -13,3 +13,3 @@ "keywords": [

"license": "MIT",
"main": "dist/index.cjs.js",
"main": "dist/index.js",
"sideEffects": false,

@@ -34,6 +34,6 @@ "files": [

"dependencies": {
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230326012034",
"@nextui-org/system": "0.0.0-dev-v2-20230326012034",
"@nextui-org/dom-utils": "0.0.0-dev-v2-20230326012034",
"@nextui-org/theme": "0.0.0-dev-v2-20230326012034"
"@nextui-org/system": "0.0.0-dev-v2-20230326015124",
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230326015124",
"@nextui-org/dom-utils": "0.0.0-dev-v2-20230326015124",
"@nextui-org/theme": "0.0.0-dev-v2-20230326015124"
},

@@ -44,2 +44,3 @@ "devDependencies": {

},
"clean-package": "../../../clean-package.config.json",
"tsup": {

@@ -53,8 +54,9 @@ "clean": true,

},
"module": "dist/index.esm.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},

@@ -61,0 +63,0 @@ "./package.json": "./package.json"

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