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.1.0 to 1.1.1

7

HISTORY.md

@@ -0,1 +1,8 @@

1.1.1 / 2020-10-19
==================
* depds updated
* use xprezzo-content-type v1.0.0
* use xprezzo-typeis v1.0.0
1.1.0 / 2020-10-05

@@ -2,0 +9,0 @@ ==================

4

lib/json.js

@@ -15,7 +15,7 @@ /**

const bytes = require('xprezzo-raw-body').bytes
const contentType = require('content-type')
const contentType = require('xprezzo-content-type')
const createError = require('xprezzo-raw-body').httpErrors
const debug = require('xprezzo-raw-body').debug('xprezzo:json-parser')
const Reader = require('xprezzo-raw-body').Reader
const typeis = require('type-is')
const typeis = require('xprezzo-typeis')
const prop = new WeakMap()

@@ -22,0 +22,0 @@

{
"name": "xprezzo-json-parser",
"description": "Xprezzo json parser middleware",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -9,21 +9,20 @@ "author": "Ben Ajenoui <info@seohero.io>",

"dependencies": {
"content-type": "~1.0.4",
"depd": "~2.0.0",
"qs": "6.9.4",
"type-is": "~1.6.18",
"xprezzo-raw-body": "1.1.0"
"xprezzo-content-type": "~1.0.0",
"xprezzo-raw-body": "1.1.1",
"xprezzo-typeis": "~1.0.0"
},
"devDependencies": {
"eslint": "7.8.1",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint": "~7.11.0",
"eslint-config-standard": "~14.1.1",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-markdown": "~1.0.2",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-standard": "~4.0.1",
"methods": "1.1.2",
"mocha": "8.1.3",
"mocha": "~8.2.0",
"nyc": "15.1.0",
"supertest": "4.0.2",
"xprezzo-buffer": "1.0.1"
"xprezzo-buffer": "1.1.1"
},

@@ -30,0 +29,0 @@ "files": [

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