Socket
Socket
Sign inDemoInstall

@ng-bootstrap/ng-bootstrap

Package Overview
Dependencies
108
Maintainers
5
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.0.0-rc.0 to 16.0.0-rc.1

1

datepicker/datepicker-config.d.ts

@@ -33,2 +33,3 @@ import { TemplateRef } from '@angular/core';

month: number;
day?: number;
};

@@ -35,0 +36,0 @@ weekdays: TranslationWidth | boolean;

3

datepicker/datepicker.d.ts

@@ -209,3 +209,3 @@ import { AfterViewInit, EventEmitter, Injector, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';

*/
navigation: "select" | "none" | "arrows";
navigation: "select" | "arrows" | "none";
/**

@@ -236,2 +236,3 @@ * The way of displaying days that don't belong to the current month.

month: number;
day?: number | undefined;
};

@@ -238,0 +239,0 @@ /**

{
"name": "@ng-bootstrap/ng-bootstrap",
"version": "16.0.0-rc.0",
"version": "16.0.0-rc.1",
"description": "Angular powered Bootstrap",

@@ -5,0 +5,0 @@ "keywords": [

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc