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

ginga

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ginga - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

test/proto2.js

7

index.js

@@ -218,6 +218,5 @@ (function (name, context, definition) {

//prototype chain
while(obj && obj._hooks){
var hooks = obj._hooks[name];
if(hooks)
pipe.unshift(hooks);
while(obj){
if(obj.hasOwnProperty('_hooks') && obj._hooks[name])
pipe.unshift(obj._hooks[name]);
obj = prototypeOf(obj);

@@ -224,0 +223,0 @@ }

{
"name": "ginga",
"version": "0.1.6",
"version": "0.1.7",
"description": "Ginga modularises asynchronous control flow of Javascript functions.",

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

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