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

fng-bootstrap-datetime

Package Overview
Dependencies
Maintainers
1
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fng-bootstrap-datetime - npm Package Compare versions

Comparing version 0.12.0-beta.34 to 0.12.0-beta.35

2

fng-bootstrap-datetime.js

@@ -163,3 +163,3 @@ angular.module('ui.bootstrap.datetimepicker', ["ui.bootstrap.dateparser", "ui.bootstrap.datepicker", "ui.bootstrap.timepicker"])

let workingScope = $scope;
while (typeof workingScope.topLevelFormName !== "string") {
while (typeof workingScope.topLevelFormName !== "string" && workingScope.$parent) {
workingScope = workingScope.$parent;

@@ -166,0 +166,0 @@ }

{
"name": "fng-bootstrap-datetime",
"version": "0.12.0-beta.34",
"version": "0.12.0-beta.35",
"description": "datetime input plugin for forms-angular",

@@ -5,0 +5,0 @@ "main": "fng-bootstrap-datetime.js",

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