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

react-to-print

Package Overview
Dependencies
Maintainers
2
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-to-print - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

8

CHANGELOG.md
# CHANGELOG
## 2.3.2 (August 6th, 2019)
- FEATURE [156](https://github.com/gregnb/react-to-print/pull/156): dependency upgrades. All listed dependencies were manually upgraded to their latest versions. `npm audit fix` was then run to give us a clean audit. Finally, `npm dedupe` was run to reduce package bloat.
- FIX [156](https://github.com/gregnb/react-to-print/pull/156): a stylesheet that no longer exists but that was being required by the local example has been removed
*NOTE*: To build the library locally, Node ^8.6 is now required
## 2.3.1 (August 6th, 2019)

@@ -4,0 +12,0 @@

2

lib/index.d.ts

@@ -25,3 +25,3 @@ import * as React from "react";

setRef: (ref: any) => void;
render(): React.ReactElement<ITriggerProps<{}>>;
render(): React.ReactElement<ITriggerProps<unknown>, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)>) | (new (props: any) => React.Component<any, any, any>)>;
}
{
"name": "react-to-print",
"version": "2.3.1",
"version": "2.3.2",
"description": "Print React components in the browser",

@@ -37,20 +37,20 @@ "main": "lib/index.js",

"dependencies": {
"prop-types": "^15.6.2"
"prop-types": "^15.7.2"
},
"devDependencies": {
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"acorn": "^6.1.1",
"clean-webpack-plugin": "^2.0.1",
"@types/react": "^16.8.24",
"@types/react-dom": "^16.8.5",
"acorn": "^6.2.1",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"lint-staged": "^7.3.0",
"husky": "^3.0.2",
"lint-staged": "^9.2.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"typescript": "^3.3.4000",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},

@@ -57,0 +57,0 @@ "husky": {

@@ -127,2 +127,6 @@ <div align="center">

## Running locally
*NOTE*: Node ^8.6 is required to build the library locally. We use Node ^10 for our CLI checks.
## API

@@ -129,0 +133,0 @@

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