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

duration-input

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duration-input - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

2

lib/duration-input.js

@@ -253,3 +253,3 @@ var DurationInput = (function () {

this.container = document.createElement('div');
this.container.classList.add(this.settings.classes.container);
this.container.className = this.settings.classes.container;
this.element.parentNode.insertBefore(this.container, this.element.nextSibling);

@@ -256,0 +256,0 @@

{
"name": "duration-input",
"version": "3.0.0",
"version": "3.1.0",
"description": "JavaScript library for managing duration based inputs.",

@@ -5,0 +5,0 @@ "author": "Matthew Callis <matthew.callis@gmail.com>",

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