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

@revolist/revo-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revolist/revo-dropdown - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

5

framework/vue/src/revodropdown.js

@@ -22,3 +22,6 @@ /* eslint-disable */

'open'
]);
], {
"modelProp": "changeValue",
"modelUpdateEvent": "changeValue"
});
export const RevoList = /*@__PURE__*/ defineContainer('revo-list', [

@@ -25,0 +28,0 @@ 'sourceItems',

6

framework/vue/src/revodropdown.ts

@@ -28,3 +28,7 @@ /* eslint-disable */

'open'
]);
],
{
"modelProp": "changeValue",
"modelUpdateEvent": "changeValue"
});

@@ -31,0 +35,0 @@

{
"name": "@revolist/revo-dropdown",
"version": "1.1.3",
"version": "1.1.4",
"description": "Minimalistic dropdown with keyboard support and search",

@@ -85,4 +85,5 @@ "main": "dist/index.cjs.js",

"react-dom": "^17.0.1",
"rxjs": "^6.6.3"
"rxjs": "^6.6.3",
"gh-pages": "^3.1.0"
}
}
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