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

@produck/duck-web-koa

Package Overview
Dependencies
Maintainers
0
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 1.0.3 to 1.1.0

0

index.d.ts

@@ -0,0 +0,0 @@ import * as Koa from 'koa';

19

package.json
{
"name": "@produck/duck-web-koa",
"version": "1.0.3",
"version": "1.1.0",
"description": "",

@@ -16,3 +16,4 @@ "keywords": [

"import": "./src/index.mjs",
"require": "./src/index.cjs"
"require": "./src/index.cjs",
"types": "./index.d.ts"
},

@@ -42,14 +43,12 @@ "types": "index.d.ts",

"devDependencies": {
"mocha": "^10.2.0",
"rollup": "^3.26.2",
"supertest": "^6.3.3"
"@types/koa": "^2.15.0"
},
"dependencies": {
"@produck/duck": "^1.0.5",
"@produck/duck-web": "^1.0.6",
"@produck/duck": "^1.1.2",
"@produck/duck-web": "^1.1.3",
"@produck/idiom": "^0.4.0",
"@produck/mold": "^0.3.1",
"@types/koa": "^2.13.6",
"koa": "^2.14.2"
"koa": "^2.15.3"
},
"gitHead": "9238f2ecb25c69c70aef3ad64faf914807003671"
"gitHead": "8038e45c25f11852b4adb9c7aabdb01b2f0b5fc3"
}

@@ -0,0 +0,0 @@ # `@produck/duck-web-koa`

{
"compilerOptions": {
"lib": [
"ES2022"
]
"ESNext"
],
"alwaysStrict": false,
"allowJs": true,
"noEmit": true
}
}

Sorry, the diff of this file is not supported yet

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