New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

j-forms

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

j-forms - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

4

fields.js

@@ -452,2 +452,4 @@ var widgets = require('./widgets'),

var parent = object;
if(!parent)
return null;
var parts = name.split('.');

@@ -460,4 +462,2 @@ _.each(_.initial(parts),function(part)

});
if(!parent)
return null;
return parent[_.last(parts)];

@@ -464,0 +464,0 @@ },

{
"name": "j-forms",
"description": "jewish forms creation from fields or from mongoose models",
"version": "0.0.23",
"version": "0.0.24",
"author": "Ishai Jaffe <ishai@empeeric.com>",

@@ -6,0 +6,0 @@ "dependencies": {

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