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

nativescript-slides

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-slides - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

1

nativescript-slides.js

@@ -528,2 +528,3 @@ "use strict";

var indicator = new label_1.Label();
indicator.classList.add(SLIDE_INDICATOR_INACTIVE);
return indicator;

@@ -530,0 +531,0 @@ };

2

nativescript-slides.ts

@@ -581,3 +581,3 @@ require("nativescript-dom");

let indicator = new Label();
// (<any>indicator).classList.add(SLIDE_INDICATOR_INACTIVE);
(<any>indicator).classList.add(SLIDE_INDICATOR_INACTIVE);
return indicator;

@@ -584,0 +584,0 @@ }

{
"name": "nativescript-slides",
"version": "2.1.3",
"version": "2.1.4",
"description": "NativeScript Slides plugin.",

@@ -5,0 +5,0 @@ "main": "nativescript-slides.js",

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