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.15 to 0.4.16

2

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

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

@@ -28,2 +28,4 @@ let { defined } = require('./lib/Statics')

this._keepQType = false
this.projections = { complete: [] }

@@ -46,2 +48,6 @@

assign( quanstructor, {
keepQType (keep = true) {
this._keepQType = keep
return this
},
viewProxies ( view ) {

@@ -242,2 +248,5 @@ this._viewProxy = !!view

if ( this._keepQType )
final[ Q_TYPE_ATTR ] = this.name
return final

@@ -244,0 +253,0 @@ },

@@ -46,2 +46,3 @@ const Quastructor = require( '../Quanstructor' )

}, 'Entity', 'Referenced' )
Absoluter.keepQType( true )

@@ -58,3 +59,3 @@ console.log(':::', Absoluter)

console.log( (await Absoluter.build( PERSON_PROTO_DB, 'database' )).phoneShort )
console.log('-----' )
console.log('****-----' )
console.log( await Absoluter.derive( PERSON_PROTO_DB, 'database', 'secret' ) )

@@ -61,0 +62,0 @@ } )

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