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.7.7 to 2.7.9

5

lib/attributes.js

@@ -99,5 +99,3 @@ 'use strict';

});
args.alts = Object.keys(args.lookup)
.sort()
.join();
args.alts = Object.keys(args.lookup).sort().join();

@@ -574,2 +572,3 @@ return args;

'printer-resolution': resolution,
'print-scaling': keyword,
'proof-print': collection({

@@ -576,0 +575,0 @@ media: _(keyword, name),

2

lib/isReadableStream.js
'use strict';
const isReadableStream = function(stream) {
const isReadableStream = function (stream) {
return stream && typeof stream === 'object' && typeof stream.pipe === 'function' && typeof stream.read === 'function';

@@ -5,0 +5,0 @@ };

@@ -17,7 +17,3 @@ 'use strict';

const random = () => {
return Number(
Math.random()
.toString()
.substr(-8)
);
return Number(Math.random().toString().substr(-8));
};

@@ -24,0 +20,0 @@

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

@@ -38,5 +38,4 @@ "keywords": [

"devDependencies": {
"@sealsystems/eslint-config-es": "3.6.7",
"@sealsystems/mocha": "4.1.10",
"@sealsystems/semantic-release": "4.3.4",
"@sealsystems/eslint-config-es": "3.7.7",
"@sealsystems/mocha": "4.2.3",
"concat-stream": "2.0.0",

@@ -61,4 +60,3 @@ "express": "4.17.1",

"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
"access": "public"
},

@@ -65,0 +63,0 @@ "dependencies": {

# @sealsystems/ipp - Internet Printing Protocol (IPP) for Node.js
[![NPM](https://img.shields.io/npm/v/@sealsystems/ipp.svg)](https://www.npmjs.com/package/@sealsystems/ipp)
[![CircleCI](https://circleci.com/gh/sealsystems/node-ipp.svg?style=svg)](https://circleci.com/gh/sealsystems/node-ipp)
[![Build status](https://ci.appveyor.com/api/projects/status/vl62lopukvo2lyd0?svg=true)](https://ci.appveyor.com/project/StefanScherer/node-ipp)

@@ -7,0 +5,0 @@ A pure Javascript implementation of the IPP/2.0 protocol that has no dependencies.

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