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.6 to 0.4.7

2

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

@@ -5,0 +5,0 @@ "keywords": [

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

this._viewProxies = false
this._viewProxy = false

@@ -43,3 +43,3 @@ this._tune()

viewProxies ( view ) {
this._viewProxies = !!view
this._viewProxy = !!view
return this

@@ -249,3 +249,3 @@ },

for (let attrib of this.views[ space ] ) {
if ( !this._viewProxies && this.specs[ attrib ].Proxy ) continue
if ( !this._viewProxy && this.specs[ attrib ].Proxy && !this.specs[ attrib ]._viewProxy ) continue

@@ -252,0 +252,0 @@ let value = this.specs[attrib].convert ? await this.specs[attrib].convert( obj[ attrib ] ) : obj[ attrib ]

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