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

react-time-input-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-time-input-polyfill - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

docs/precache-manifest.307e99b9380f9ad71a80967b0dfd11b3.js

8

docs/asset-manifest.json
{
"files": {
"main.css": "/react-time-input-polyfill/static/css/main.2743c8fd.chunk.css",
"main.js": "/react-time-input-polyfill/static/js/main.03077436.chunk.js",
"main.js.map": "/react-time-input-polyfill/static/js/main.03077436.chunk.js.map",
"main.js": "/react-time-input-polyfill/static/js/main.ed427708.chunk.js",
"main.js.map": "/react-time-input-polyfill/static/js/main.ed427708.chunk.js.map",
"runtime-main.js": "/react-time-input-polyfill/static/js/runtime-main.c87944e3.js",

@@ -11,3 +11,3 @@ "runtime-main.js.map": "/react-time-input-polyfill/static/js/runtime-main.c87944e3.js.map",

"index.html": "/react-time-input-polyfill/index.html",
"precache-manifest.6432c87ab3a1d71b5eabc5de5e9d5e31.js": "/react-time-input-polyfill/precache-manifest.6432c87ab3a1d71b5eabc5de5e9d5e31.js",
"precache-manifest.307e99b9380f9ad71a80967b0dfd11b3.js": "/react-time-input-polyfill/precache-manifest.307e99b9380f9ad71a80967b0dfd11b3.js",
"service-worker.js": "/react-time-input-polyfill/service-worker.js",

@@ -20,4 +20,4 @@ "static/css/main.2743c8fd.chunk.css.map": "/react-time-input-polyfill/static/css/main.2743c8fd.chunk.css.map"

"static/css/main.2743c8fd.chunk.css",
"static/js/main.03077436.chunk.js"
"static/js/main.ed427708.chunk.js"
]
}

@@ -17,3 +17,3 @@ /**

importScripts(
"/react-time-input-polyfill/precache-manifest.6432c87ab3a1d71b5eabc5de5e9d5e31.js"
"/react-time-input-polyfill/precache-manifest.307e99b9380f9ad71a80967b0dfd11b3.js"
);

@@ -20,0 +20,0 @@

@@ -150,3 +150,7 @@ import React from 'react'

? newTimeValues
: this.state.time
: {
hrs: '--',
min: '--',
mode: '--',
}
: null,

@@ -153,0 +157,0 @@ value24hr: time24hr,

{
"name": "react-time-input-polyfill",
"version": "1.0.3",
"version": "1.0.4",
"description": "A pre-built, plug-and-play, fully accessible React component that will produce an `input[type='time']` element with a built in polyfill for IE and Safari support.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -36,2 +36,5 @@ import React, { useState } from 'react'

</button>
<button onClick={() => setValue('')}>
Set {label} time to ""
</button>
</p>

@@ -38,0 +41,0 @@

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