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

circe-body-parser

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circe-body-parser - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

dist/index.d.ts
/// <reference types="koa" />
import * as Koa from 'koa';
export interface IBodyParserRequest {
body: any;
}
declare module 'koa' {
interface Request extends IBodyParserRequest {
}
}
export interface IIncomingFormOptions {

@@ -4,0 +11,0 @@ encoding?: string;

0

dist/index.js

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "circe-body-parser",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,2 +5,11 @@ import * as Koa from 'koa'

export interface IBodyParserRequest {
body: any
}
declare module 'koa' {
// tslint:disable-next-line:no-empty-interface interface-name
interface Request extends IBodyParserRequest {}
}
export interface IIncomingFormOptions {

@@ -7,0 +16,0 @@ encoding?: string

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