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

@nativescript-community/ui-material-slider

Package Overview
Dependencies
Maintainers
19
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/ui-material-slider - npm Package Compare versions

Comparing version 7.2.29 to 7.2.30

6

package.json
{
"name": "@nativescript-community/ui-material-slider",
"version": "7.2.29",
"version": "7.2.30",
"description": "Material Design Sliders allow users to make selections from a range of values.",

@@ -49,5 +49,5 @@ "main": "./slider",

"dependencies": {
"@nativescript-community/ui-material-core": "^7.2.29"
"@nativescript-community/ui-material-core": "^7.2.30"
},
"gitHead": "57266a4ad6c061806dfeee8104689d88fa4546cc"
"gitHead": "c0a89272e2851f1ab4a30e6587b9078d4eaf59f9"
}

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

import { CSSType, Color, Slider as NSSlider } from '@nativescript/core';
import { CSSType, Slider as NSSlider } from '@nativescript/core';
import { cssProperty } from '@nativescript-community/ui-material-core';

@@ -3,0 +3,0 @@ let SliderBase = class SliderBase extends NSSlider {

@@ -1,3 +0,3 @@

import { cssProperty, rippleColorAlphaProperty, rippleColorProperty, themer } from '@nativescript-community/ui-material-core';
import { getColorStateList, getEnabledColorStateList, state } from '@nativescript-community/ui-material-core/android/utils';
import { cssProperty, rippleColorAlphaProperty, rippleColorProperty } from '@nativescript-community/ui-material-core';
import { getColorStateList, getEnabledColorStateList } from '@nativescript-community/ui-material-core/android/utils';
import { CoercibleProperty, Color, Property, View, backgroundColorProperty, backgroundInternalProperty, colorProperty } from '@nativescript/core';

@@ -4,0 +4,0 @@ import { stepSizeProperty, thumbColorProperty, trackBackgroundColorProperty, trackFillColorProperty } from './cssproperties';

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