Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-pdf/png-js

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-pdf/png-js - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

12

CHANGELOG.md
# @react-pdf/png-js
## 2.1.0
## 2.2.0
### Minor Changes
- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers
### Patch Changes
- [#1610](https://github.com/diegomura/react-pdf/pull/1610) [`4c5d527`](https://github.com/diegomura/react-pdf/commit/4c5d52721d29d843f1d09c3fd74370832429f70e) Thanks [@jeetiss](https://github.com/jeetiss)! - updated rollup rollup-plugins and babel
- [#1941](https://github.com/diegomura/react-pdf/pull/1941) [`001a208`](https://github.com/diegomura/react-pdf/commit/001a20812fa039d09931b22eb97a8869e3b31cc5) Thanks [@PhilippMeissner](https://github.com/PhilippMeissner)! - chore: adds missing licenses to package.json
## 2.1.0
### Patch Changes
### Minor Changes
- [#1610](https://github.com/diegomura/react-pdf/pull/1610) [`4c5d527`](https://github.com/diegomura/react-pdf/commit/4c5d52721d29d843f1d09c3fd74370832429f70e) Thanks [@jeetiss](https://github.com/jeetiss)! - updated rollup rollup-plugins and babel
### Patch Changes
- [#1581](https://github.com/diegomura/react-pdf/pull/1581) [`04449ab`](https://github.com/diegomura/react-pdf/commit/04449ab352db0cca2155024dd3e8c690e42193ca) Thanks [@jeetiss](https://github.com/jeetiss)! - added changelog with changesets
{
"name": "@react-pdf/png-js",
"description": "A PNG decoder in JS",
"version": "2.1.0",
"main": "lib/png-js.cjs.js",
"module": "lib/png-js.es.js",
"version": "2.2.0",
"license": "MIT",
"main": "./lib/png-js.cjs.js",
"module": "./lib/png-js.es.js",
"browser": {

@@ -22,8 +23,11 @@ "./lib/png-js.es.js": "./lib/png-js.browser.es.js",

"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
"build": "rimraf ./lib && rollup -c",
"watch": "rimraf ./lib && rollup -c -w"
},
"files": [
"lib"
]
],
"dependencies": {
"browserify-zlib": "^0.2.0"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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