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.4 to 2.5.0

13

CHANGELOG.md

@@ -0,1 +1,14 @@

## 2.5.0 (2019-10-29)
### Features
#### Included SEAL Systems specific operation attributes ([cdb206c](https://github.com/sealsystems/node-ipp/commit/cdb206c))
#### Included SEAL Systems specific operation attributes ([fbb6841](https://github.com/sealsystems/node-ipp/commit/fbb6841))
---
## 2.4.4 (2019-10-23)

@@ -2,0 +15,0 @@

@@ -1017,4 +1017,9 @@ 'use strict';

attributes['SEAL Operation'] = {
'seal-attributes': setof(text),
'seal-attributes-v2': setof(text)
};
resolve(attributes);
module.exports = attributes;

2

lib/serializer.js

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

'job-attributes-tag': ['Job Template', 'Job Description'],
'operation-attributes-tag': 'Operation',
'operation-attributes-tag': ['Operation', 'SEAL Operation'],
'printer-attributes-tag': 'Printer Description',

@@ -87,0 +87,0 @@ 'unsupported-attributes-tag': '',

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -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