Socket
Socket
Sign inDemoInstall

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 3.0.2 to 3.0.3

.settings/settings.json

5

index.js

@@ -13,3 +13,3 @@ var is = require('./is')

// wrap generator with caco
var fn = caco(gen)
var fn = caco.wrap(gen)
return function (ctx, next) {

@@ -42,4 +42,5 @@ fn.call(this, ctx, next)

// concat hooks
for (key in args[0]._hooks)
for (key in args[0]._hooks) {
use.call(this, key, args[0]._hooks[key])
}
return this

@@ -46,0 +47,0 @@ }

6

package.json
{
"name": "ginga",
"version": "3.0.2",
"version": "3.0.3",
"description": "Middleware framework for async functions using callback, promise or generator",

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

"dependencies": {
"caco": "^1.0.0",
"caco": "^2.0.0",
"is-generator-function": "^1.0.3"

@@ -23,5 +23,5 @@ },

"derequire": "^2.0.0",
"standard": "^5.1.1",
"standard": "^7.1.2",
"tape": "^3.0.2"
}
}
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