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

@sealsystems/ipp

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sealsystems/ipp - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

LICENSE

2

lib/parser.js

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

if (bytes2and3 >= 0x02 || bytes2and3 <= 0x3d) {
obj.operation = operations.lookup[bytes2and3] || cupsOperations.lookup[bytes2and3];
obj.operation = operations.lookup[bytes2and3] || cupsOperations.lookup[bytes2and3 - 0x4001];
}

@@ -283,0 +283,0 @@

{
"name": "@sealsystems/ipp",
"version": "2.4.1",
"version": "2.4.2",
"description": "Internet Printing Protocol (IPP) for Node.js",

@@ -36,8 +36,8 @@ "keywords": [

"assertthat": "1.0.0",
"concat-stream": "1.6.2",
"express": "4.16.3",
"concat-stream": "2.0.0",
"express": "4.17.1",
"freeport": "1.0.5",
"nyc": "12.0.2",
"pdfkit": "0.8.3",
"raw-body": "2.3.3",
"nyc": "14.1.1",
"pdfkit": "0.10.0",
"raw-body": "2.4.1",
"roboter": "0.16.0",

@@ -44,0 +44,0 @@ "roboter-cli": "^0.3.1",

@@ -162,1 +162,2 @@ # @sealsystems/ipp - Internet Printing Protocol (IPP) for Node.js

MIT
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