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

@graffy/server

Package Overview
Dependencies
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/server - npm Package Compare versions

Comparing version 0.8.3 to 0.9.0

10

index.js

@@ -16,4 +16,6 @@ "use strict";

var _getQuery = _interopRequireDefault(require("./getQuery"));
var _url = _interopRequireDefault(require("url"));
var _common = require("@graffy/common");
/*

@@ -23,4 +25,2 @@ This will be used in Node.js without transpilation,

*/
var url = require('url');
function server(store) {

@@ -46,4 +46,4 @@ if (!store) throw new Error('server.store_undef');

_context.prev = 1;
parsed = url.parse(req.url, true);
query = (0, _getQuery["default"])(parsed.query.include);
parsed = _url["default"].parse(req.url, true);
query = (0, _common.decodeUrl)(parsed.query.q);

@@ -50,0 +50,0 @@ if (!(req.headers['accept'] === 'text/event-stream')) {

@@ -5,3 +5,3 @@ {

"author": "aravind (https://github.com/aravindet)",
"version": "0.8.3",
"version": "0.9.0",
"repository": {

@@ -13,4 +13,6 @@ "type": "git",

"dependencies": {
"@babel/runtime-corejs3": "^7.4.5"
"@babel/runtime-corejs3": "^7.5.4",
"url": "x",
"@graffy/common": "0.9.0"
}
}
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