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

kung-fig-dynamic

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kung-fig-dynamic - npm Package Compare versions

Comparing version 0.41.11 to 0.41.12

2

package.json
{
"name": "kung-fig-dynamic",
"version": "0.41.11",
"version": "0.41.12",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=6.0.0"

@@ -63,3 +63,3 @@ /*

Implement.prototype.getValue = function getValue() {
if ( this.id ) { console.log( ".getValue() for" , this.id ) ; }
//if ( this.id ) { console.log( ".getValue() for" , this.id ) ; }
this.getValueCount ++ ;

@@ -71,3 +71,3 @@ if ( ! this.__isDynamic__ ) { return this ; }

Implement.prototype.apply = function apply() {
if ( this.id ) { console.log( ".apply() for" , this.id ) ; }
//if ( this.id ) { console.log( ".apply() for" , this.id ) ; }
this.applyCount ++ ;

@@ -74,0 +74,0 @@ if ( ! this.__isApplicable__ ) { return this ; }

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