Socket
Socket
Sign inDemoInstall

ipx

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipx - npm Package Compare versions

Comparing version 0.6.5 to 0.6.6

6

dist/cli.js

@@ -448,3 +448,3 @@ #!/usr/bin/env node

headers: {},
data: null
body: ""
};

@@ -500,3 +500,3 @@ const url = ufo.parseURL(ufo.normalizeURL(req.url));

statusMessage,
data: statusMessage,
body: statusMessage,
headers: {}

@@ -514,3 +514,3 @@ };

}
res.end(_res.data);
res.end(_res.body);
});

@@ -517,0 +517,0 @@ };

@@ -50,3 +50,3 @@ import { IncomingMessage, ServerResponse } from 'http';

headers: Record<string, string>;
data: any;
body: any;
}

@@ -53,0 +53,0 @@ declare function handleRequest(req: IPXHRequest, ipx: IPX): Promise<IPXHResponse>;

@@ -445,3 +445,3 @@ 'use strict';

headers: {},
data: null
body: ""
};

@@ -497,3 +497,3 @@ const url = ufo.parseURL(ufo.normalizeURL(req.url));

statusMessage,
data: statusMessage,
body: statusMessage,
headers: {}

@@ -511,3 +511,3 @@ };

}
res.end(_res.data);
res.end(_res.body);
});

@@ -514,0 +514,0 @@ };

{
"name": "ipx",
"version": "0.6.5",
"version": "0.6.6",
"repository": "nuxt-contrib/ipx",

@@ -5,0 +5,0 @@ "license": "MIT",

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