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

quanstructor

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quanstructor - npm Package Compare versions

Comparing version 0.4.17 to 0.4.18

4

package.json
{
"name": "quanstructor",
"version": "0.4.17",
"version": "0.4.18",
"description": "Exceptionally powerful object model builder for complex architectures",

@@ -26,3 +26,3 @@ "keywords": [

"assign.js": "^2.8.11",
"isa.js": "^2.2.12",
"isa.js": "^2.2.15",
"vindication.js": "^4.20.4"

@@ -29,0 +29,0 @@ },

@@ -183,3 +183,3 @@ let { defined } = require('./lib/Statics')

res[ attrib ] = !obj[ attrib ]
? ( _.isArray( self.specs[ attrib ].default ) ? [] : await QUANSTRUCTORS[ self._findQ( self.specs[ attrib ].Quanstructor ) ].proto( projection, options ) )
? ( _.isArray( self.specs[ attrib ].default ) ? [] : ( self.specs[ attrib ].default === null ? null : await QUANSTRUCTORS[ self._findQ( self.specs[ attrib ].Quanstructor ) ].proto( projection, options ) ) )
: (_.isArray( obj[ attrib ] ) ? await Promise.all(

@@ -186,0 +186,0 @@ obj[ attrib ].map( (item) => {

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