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

@solid-aria/interactions

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-aria/interactions - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/index.d.ts

24

package.json
{
"name": "@solid-aria/interactions",
"version": "0.1.1",
"version": "0.1.2",
"private": false,

@@ -33,13 +33,5 @@ "description": "A collection of low level user interactions primitives.",

],
"scripts": {
"build": "tsup",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "vite serve dev --host",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch --passWithNoTests",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@solid-aria/types": "^0.1.1",
"@solid-aria/utils": "^0.1.1",
"@solid-aria/types": "^0.1.2",
"@solid-aria/utils": "^0.1.2",
"@solid-primitives/platform": "^0.0.100",

@@ -60,3 +52,11 @@ "@solid-primitives/props": "^2.1.7",

"category": ""
},
"scripts": {
"build": "tsup",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "vite serve dev --host",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch --passWithNoTests",
"typecheck": "tsc --noEmit"
}
}
}
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