New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@produck/duck-web-koa

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@produck/duck-web-koa - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

index.d.ts

13

index.js

@@ -8,7 +8,10 @@ 'use strict';

app.use(ctx => {
ctx.body = 'hello, world!\n\nProduct Meta\n\n';
ctx.body += JSON.stringify(product.meta, null, ' ');
ctx.body += '\n\nProduct Components\n\n';
ctx.body += JSON.stringify(product.components, null, ' ');
ctx.body += '\n\n--Duck Quack~';
ctx.body = [
'hello, world!',
'Product Meta',
JSON.stringify(product.meta, null, ' '),
'Product Components',
JSON.stringify(product.components, null, ' '),
'--Duck Quack~',
].join('\n\n');
});

@@ -15,0 +18,0 @@ }

{
"name": "@produck/duck-web-koa",
"version": "0.3.5",
"version": "0.3.6",
"description": "",

@@ -33,4 +33,4 @@ "keywords": [],

"dependencies": {
"@produck/duck": "^0.6.3",
"@produck/duck-web": "^0.2.5",
"@produck/duck": "^0.6.4",
"@produck/duck-web": "^0.2.6",
"debug": "^4.3.1"

@@ -40,3 +40,4 @@ },

"koa": "2.11.0"
}
},
"gitHead": "3fc8784d7afa62784d49cf51bc5e346e4cc176e9"
}
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