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

hdeng-bootstrap

Package Overview
Dependencies
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hdeng-bootstrap - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

8

lib/form/tcomb-form/util.js

@@ -8,2 +8,6 @@ var extend = require('extend');

if (!config.fields) {
return null;
}
if (!config.fields[field]) {

@@ -23,2 +27,6 @@ var split = field.split('/');

function getProp(field, key, config) {
if (!config.fields) {
return null;
}
if (!config.fields[field]) {

@@ -25,0 +33,0 @@ var split = field.split('/');

2

package.json
{
"name": "hdeng-bootstrap",
"version": "2.0.3",
"version": "2.0.4",
"author": "Dots United GmbH",

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

Sorry, the diff of this file is not supported yet

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