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

streampng

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streampng - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

3

lib/chunks/textual-data.js

@@ -10,3 +10,4 @@ var Base = require('./base.js');

this.keyword = p.eatString();
this.text = p.eatRest().toString();
var rest = p.eatRest();
this.text = (rest)? rest.toString(): '';
};

@@ -13,0 +14,0 @@ TextualData.prototype.writeData = function writeData(output) {

@@ -5,3 +5,3 @@ {

"description": "Streaming PNG encoder/decoder, compatible with latest PNG extensions (PNGEXT 1.4.0)",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://github.com/brianloveswords/streampng",

@@ -8,0 +8,0 @@ "repository": {

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