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

@rmwc/select

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/select - npm Package Compare versions

Comparing version 4.0.6 to 5.0.0-alpha.0

dist/index.d.ts

28

package.json
{
"name": "@rmwc/select",
"version": "4.0.6",
"version": "5.0.0-alpha.0",
"description": "RMWC Select component",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.js",
"module": "next/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -29,11 +34,12 @@ "publish:dist": "npm publish dist --access=public",

"dependencies": {
"@material/select": "~0.41.0",
"@rmwc/base": "^4.0.6",
"@rmwc/floating-label": "^4.0.6",
"@rmwc/icon": "^4.0.6",
"@rmwc/line-ripple": "^4.0.6",
"@rmwc/list": "^4.0.6",
"@rmwc/menu": "^4.0.6",
"@rmwc/notched-outline": "^4.0.6"
}
"@material/select": "^0.43.0",
"@rmwc/base": "^5.0.0-alpha.0",
"@rmwc/floating-label": "^5.0.0-alpha.0",
"@rmwc/icon": "^5.0.0-alpha.0",
"@rmwc/line-ripple": "^5.0.0-alpha.0",
"@rmwc/list": "^5.0.0-alpha.0",
"@rmwc/menu": "^5.0.0-alpha.0",
"@rmwc/notched-outline": "^5.0.0-alpha.0"
},
"gitHead": "df9f0ba2ce5984834077b6d7c28b7d2608b1238c"
}

@@ -186,6 +186,6 @@ # Select Menus

```jsx renderOnly
import { DocumentComponent } from '@rmwc/base/utils/document-component';
import { Docs } from '@rmwc/base/utils/document-component';
import * as docs from './docgen.json';
<DocumentComponent docs={docs} displayName="Select" />
<Docs src={docs} components={['Select']} />
```

Sorry, the diff of this file is too big to display

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