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

model-types

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

model-types - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

10

dist/index.js

@@ -691,5 +691,9 @@ 'use strict';

value: function get$$1(field) {
return String(field).split('.').reduce(function (o, i) {
return o[i];
}, this._state);
try {
return String(field).split('.').reduce(function (o, i) {
return o[i];
}, this._state);
} catch (ex) {
return undefined;
}
}

@@ -696,0 +700,0 @@ }, {

{
"name": "model-types",
"version": "1.8.0",
"version": "1.9.0",
"description": "Javascript library for typed object modeling.",

@@ -5,0 +5,0 @@ "main": "dist",

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