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

idea-native-digital-clock

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idea-native-digital-clock - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

index.js
import React, { Component } from 'react';
import { View, Text, StyleSheet } from 'react-native';
import moment from 'moment';
import PropTypes from 'prop-types';
import ADTOBS from 'ad-bs-converter';
import getNepaliNumber from 'get-nepali-number';
class DigitalClock extends Component {

@@ -29,3 +32,3 @@ constructor(props) {

const trail =
data[1] == 'AM' ? 'पूर्वान्ह' : time[0] > 4 ? 'अपरान्ह' : 'मध्यान्ह';
data[1] == 'AM' ? 'पूर्वान्ह' : time[0] >= 4 ? 'अपरान्ह' : 'मध्यान्ह';
return (

@@ -32,0 +35,0 @@ getNepaliNumber(time[0]) +

{
"name": "idea-native-digital-clock",
"version": "1.0.0",
"version": "1.0.1",
"description": "Digital Clock for React Native",

@@ -5,0 +5,0 @@ "main": "index.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