New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.7 to 0.1.0

29

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

@@ -33,10 +33,19 @@ "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.0.5",
"@solid-aria/utils": "^0.0.6"
"@solid-aria/types": "workspace:^",
"@solid-aria/utils": "workspace:^",
"@solid-primitives/platform": "^0.0.100"
},
"peerDependencies": {
"@solid-primitives/props": "^2.1.2",
"@solid-primitives/props": "^2.1.4",
"@solid-primitives/utils": "^2.0.1",
"solid-js": "^1.4.3"
"solid-js": "^1.4.4"
},

@@ -51,11 +60,3 @@ "publishConfig": {

"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"
}
}
}

Sorry, the diff of this file is not supported yet

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