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

@slim-select/vue

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slim-select/vue - npm Package Compare versions

Comparing version 1.4.5 to 1.5.0

0

dist/slim-select/helpers.d.ts

@@ -0,0 +0,0 @@ export declare function generateID(): string;

@@ -0,0 +0,0 @@ import Settings, { SettingsPartial } from './settings';

1

dist/slim-select/render.d.ts

@@ -119,2 +119,3 @@ import Settings from './settings';

putContent(): 'up' | 'down';
updateDeselectAll(): void;
}

@@ -0,0 +0,0 @@ import { DataArray, DataArrayPartial, Optgroup, OptgroupOptional, Option } from './store';

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -75,3 +75,4 @@ export type DataArray = DataObject[];

} | null, includeOptgroup: boolean): DataArray;
getSelectType(): string;
}
export {};
declare const hello = "hello world";
export default hello;

@@ -107,2 +107,3 @@ /// <reference types="node" />

filter: (filter: ((opt: Option) => boolean) | null, includeOptgroup: boolean) => import("../slim-select/store").DataArray;
getSelectType: () => string;
};

@@ -161,2 +162,3 @@ render: {

filter: (filter: ((opt: Option) => boolean) | null, includeOptgroup: boolean) => import("../slim-select/store").DataArray;
getSelectType: () => string;
};

@@ -268,2 +270,3 @@ callbacks: {

putContent: () => "up" | "down";
updateDeselectAll: () => void;
};

@@ -270,0 +273,0 @@ events: {

4

package.json
{
"name": "@slim-select/vue",
"private": false,
"version": "1.4.5",
"version": "1.5.0",
"description": "Vue integration",

@@ -28,2 +28,2 @@ "repository": {

}
}
}

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

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

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