Socket
Socket
Sign inDemoInstall

react-time-input-polyfill

Package Overview
Dependencies
5
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

3

package.json
{
"name": "react-time-input-polyfill",
"version": "1.0.7",
"version": "1.0.8",
"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.",

@@ -33,2 +33,3 @@ "main": "dist/ReactTimeInputPolyfill.js",

"@babel/core": "^7.14.0",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.14.1",

@@ -35,0 +36,0 @@ "@babel/register": "^7.13.16",

@@ -35,2 +35,3 @@ import babelPlugin from 'rollup-plugin-babel'

],
plugins: ['@babel/plugin-proposal-optional-chaining'],
babelrc: false,

@@ -37,0 +38,0 @@ exclude: 'node_modules/**',

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