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

xprezzo-json-parser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xprezzo-json-parser - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

index.js

@@ -1,3 +0,3 @@

/*!
* xprezzo-body-parser
/**
* xprezzo-json-parser
* Copyright(c) 2020 Leolio McLeon

@@ -9,7 +9,2 @@ * MIT Licensed

/**
* Module exports.
* @type {Parsers}
*/
exports = module.exports = require('./lib/json');
exports = module.exports = require('./lib/json')

@@ -14,6 +14,6 @@ /**

var bytes = require('bytes')
var bytes = require('xprezzo-raw-body').bytes
var contentType = require('content-type')
var createError = require('xprezzo-http-errors')
var debug = require('xprezzo-debug')('xprezzo:json-parser')
var createError = require('xprezzo-raw-body').httpErrors
var debug = require('xprezzo-raw-body').debug('xprezzo:text-parser')
var Reader = require('xprezzo-raw-body').Reader

@@ -20,0 +20,0 @@ var typeis = require('type-is')

{
"name": "xprezzo-json-parser",
"description": "Xprezzo json parsing middleware",
"version": "1.0.1",
"description": "Xprezzo json parser middleware",
"version": "1.0.2",
"license": "MIT",

@@ -9,3 +9,2 @@ "author": "Leolio Mcleon <info@leolio.page>",

"dependencies": {
"bytes": "3.1.0",
"content-type": "~1.0.4",

@@ -15,5 +14,2 @@ "depd": "~2.0.0",

"type-is": "~1.6.18",
"xprezzo-debug": "^1.0.1",
"xprezzo-http-errors": "1.0.2",
"xprezzo-on-finished": "1.0.0",
"xprezzo-raw-body": "1.0.6"

@@ -46,3 +42,3 @@ },

"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
"test": "mocha --reporter spec --check-leaks --bail test/",
"test-cov": "nyc --reporter=html --reporter=text npm test",

@@ -49,0 +45,0 @@ "test-travis": "nyc --reporter=text npm test"

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