@sealsystems/ipp
Advanced tools
Comparing version 2.7.7 to 2.7.9
@@ -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), |
'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
8
154740
18
4289
192