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

6

index.js

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

var params = require('./params')
var caco = require('caco')
var raco = require('raco')

@@ -13,4 +13,4 @@ // wrap ginga middleware function

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

@@ -17,0 +17,0 @@ fn.call(this, ctx, next)

{
"name": "ginga",
"version": "3.0.3",
"version": "3.0.4",
"description": "Middleware framework for async functions using callback, promise or generator",

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

"dependencies": {
"caco": "^2.0.0",
"is-generator-function": "^1.0.3"
"is-generator-function": "^1.0.3",
"raco": "^3.0.1"
},

@@ -21,0 +21,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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