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

simplebar-core

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplebar-core - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

LICENSE

3

dist/helpers.d.ts

@@ -5,1 +5,4 @@ import type { SimpleBarOptions } from './index';

export declare const getOptions: (obj: any) => SimpleBarOptions;
export declare function addClasses(el: HTMLElement | null, classes: string): void;
export declare function removeClasses(el: HTMLElement | null, classes: string): void;
export declare function classNamesToQuery(classNames: string): string;

5

dist/index.d.ts

@@ -1,2 +0,4 @@

import type { DebouncedFunc } from 'lodash';
/// <reference types="lodash" />
import type { DebouncedFunc } from 'lodash-es';
import * as helpers from './helpers';
interface Options {

@@ -107,2 +109,3 @@ forceVisible: boolean | Axis;

static getOptions: (obj: any) => SimpleBarOptions;
static helpers: typeof helpers;
/**

@@ -109,0 +112,0 @@ * Helper to fix browsers inconsistency on RTL:

{
"version": "1.2.0",
"version": "1.2.1",
"name": "simplebar-core",

@@ -38,7 +38,8 @@ "title": "SimpleBar.js",

"can-use-dom": "^0.1.0",
"lodash": "^4.17.21"
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"browserstack-local": "^1.5.1"
"@types/lodash-es": "^4.17.6",
"browserstack-local": "^1.5.1",
"lodash": "^4.17.21"
},

@@ -50,3 +51,4 @@ "lint-staged": {

]
}
},
"gitHead": "4d97620da9392fa0dbba7677dfb7cc0b093c525b"
}

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