🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

aog-micro-patch

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aog-micro-patch - npm Package Compare versions

Comparing version

to
0.0.9

2

index.js

@@ -5,3 +5,3 @@ const { mime } = require('send')

const jsonBody = (request) => new Promise((res, rej) => {
const jsonBody = (request) => new Promise((resolve, reject) => {
parseBody(request, null, (err, body) => {

@@ -8,0 +8,0 @@ if (err) {

{
"name": "aog-micro-patch",
"version": "0.0.8",
"version": "0.0.9",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "duplexstream/aog-micro-patch",