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

admin-config

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

admin-config - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

3

lib/Field/DateField.js

@@ -6,3 +6,4 @@ import Field from "./Field";

super(name);
this._format = 'yyyy-MM-dd';
this._format = null;
this._parse = function(date) {

@@ -9,0 +10,0 @@ if (date instanceof Date) {

@@ -6,6 +6,8 @@ import DateField from "./DateField";

super(name);
this._format = 'yyyy-MM-dd HH:mm:ss';
this._format = null;
this._parse = function(date) {
return date;
}
};
this._type = 'datetime';

@@ -12,0 +14,0 @@ }

{
"name": "admin-config",
"version": "0.1.9",
"version": "0.1.10",
"private": false,

@@ -5,0 +5,0 @@ "repository": {

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