Socket
Socket
Sign inDemoInstall

kung-fig-ref

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kung-fig-ref - npm Package Compare versions

Comparing version 0.43.0 to 0.44.0

4

package.json
{
"name": "kung-fig-ref",
"version": "0.43.0",
"version": "0.44.0",
"engines": {

@@ -14,3 +14,3 @@ "node": ">=6.0.0"

"kung-fig-common": "^0.42.2",
"kung-fig-dynamic": "^0.41.13"
"kung-fig-dynamic": "^0.42.4"
},

@@ -17,0 +17,0 @@ "scripts": {

@@ -39,4 +39,3 @@ /*

/*
function deb( v )
{
function deb( v ) {
console.log( string.inspect( { style: 'color' , depth: 15 } , v ) ) ;

@@ -546,5 +545,4 @@ }

ctx.refContainer = new Ref( '$container' ) ;
expect( ctx.refContainer.getRecursiveFinalValue( ctx ) ).to.equal( {
b: 42 , c: 42 , d: 42
} ) ;
expect( ctx.refContainer.getDeepFinalValue( ctx ) ).to.equal( { b: 42 , c: 42 , d: 42 } ) ;
expect( ctx.refContainer.getDeepFinalClone( ctx ) ).to.equal( { b: 42 , c: 42 , d: 42 } ) ;
} ) ;

@@ -551,0 +549,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