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

vscroll

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscroll - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/esm2015/version.js
export default {
name: 'vscroll',
version: '1.0.1'
version: '1.0.2'
};
//# sourceMappingURL=version.js.map
export default {
name: 'vscroll',
version: '1.0.1'
version: '1.0.2'
};
//# sourceMappingURL=version.js.map

@@ -19,9 +19,9 @@ import { Settings, DevSettings } from './settings';

}
export interface IDatasource<T = unknown> extends Omit<IDatasourceOptional<T>, 'get'> {
export interface IDatasource<T = unknown> extends IDatasourceOptional<T> {
get: DatasourceGet<T>;
adapter?: IAdapter<T>;
}
export interface IDatasourceConstructed<T = unknown> extends Omit<IDatasource<T>, 'adapter'> {
export interface IDatasourceConstructed<T = unknown> extends IDatasource<T> {
adapter: IAdapter<T>;
}
export {};
{
"name": "vscroll",
"version": "1.0.1",
"version": "1.0.2",
"description": "Virtual scroll engine",

@@ -5,0 +5,0 @@ "main": "dist/bundles/vscroll.umd.js",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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