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

@nesk/puphpeteer

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

@nesk/puphpeteer - npm Package Compare versions

Comparing version 1.6.0 to 2.0.0

.github/FUNDING.yml

12

CHANGELOG.md

@@ -13,2 +13,11 @@ # Changelog

## [2.0.0] - 2020-12-01
### Added
- Support Puppeteer v5.5
- Support PHP 8
- Add documentation on all resources to provide autocompletion in IDEs
### Removed
- Drop support for PHP 7.1 and 7.2
## [1.6.0] - 2019-07-01

@@ -97,3 +106,4 @@ ### Added

[Unreleased]: https://github.com/nesk/puphpeteer/compare/1.6.0...HEAD
[Unreleased]: https://github.com/nesk/puphpeteer/compare/2.0.0...HEAD
[2.0.0]: https://github.com/nesk/puphpeteer/compare/1.6.0...2.0.0
[1.6.0]: https://github.com/nesk/puphpeteer/compare/1.5.0...1.6.0

@@ -100,0 +110,0 @@ [1.5.0]: https://github.com/nesk/puphpeteer/compare/1.4.1...1.5.0

9

composer.json

@@ -22,3 +22,3 @@ {

"require": {
"php": ">=7.1",
"php": ">=7.3",
"nesk/rialto": "^1.2.0",

@@ -29,6 +29,5 @@ "psr/log": "^1.0",

"require-dev": {
"codedungeon/phpunit-result-printer": ">=0.6 <1.0",
"monolog/monolog": "^1.23",
"phpunit/phpunit": "^6.5|^7.0",
"symfony/process": "^4.0"
"monolog/monolog": "^2.0",
"phpunit/phpunit": "^9.0",
"symfony/process": "^4.0|^5.0"
},

@@ -35,0 +34,0 @@ "autoload": {

{
"name": "@nesk/puphpeteer",
"version": "1.6.0",
"version": "2.0.0",
"description": "A Puppeteer bridge for PHP, supporting the entire API.",

@@ -22,8 +22,13 @@ "keywords": [

"engines": {
"node": ">=8.0.0"
"node": ">=9.0.0"
},
"dependencies": {
"@nesk/rialto": "^1.2.1",
"puppeteer": "~1.18.0"
"puppeteer": "~5.5.0"
},
"devDependencies": {
"@types/yargs": "^15.0.10",
"typescript": "^4.1.2",
"yargs": "^16.1.1"
}
}

@@ -1,4 +0,4 @@

# PuPHPeteer <a href="#support-me"><img src="https://beerpay.io/nesk/puphpeteer/badge.svg" alt="Beerpay" align="right"></a>
# PuPHPeteer
<img src="https://user-images.githubusercontent.com/817508/41925638-6f1b9dde-796d-11e8-8f87-3646f0c89750.png" style="max-width:100%;" width="190px" align="right">
<img src="https://user-images.githubusercontent.com/817508/100672192-dd258500-3361-11eb-845f-e8b5109752e4.png" style="max-width:100%;" width="190px" align="right">

@@ -58,3 +58,3 @@ [![PHP Version](https://img.shields.io/packagist/php-v/nesk/puphpeteer.svg?style=flat-square)](http://php.net/)

This package requires PHP >= 7.1 and Node >= 8.
This package requires PHP >= 7.3 and Node >= 8.

@@ -70,3 +70,3 @@ Install it with these two command lines:

### Puppeteer's class must be instanciated
### Puppeteer's class must be instantiated

@@ -79,3 +79,3 @@ Instead of requiring Puppeteer:

You have to instanciate the `Puppeteer` class:
You have to instantiate the `Puppeteer` class:

@@ -144,3 +144,3 @@ ```php

### Exceptions must be catched with `->tryCatch`
### Exceptions must be caught with `->tryCatch`

@@ -175,7 +175,1 @@ If an error occurs in Node, a `Node\FatalException` will be thrown and the process closed, you will have to create a new instance of `Puppeteer`.

Thanks to [Laravel News](https://laravel-news.com/) for picking the icons and colors of the logo.
## Support me
PuPHPeteer is a project requiring a lot of work (especially with [Rialto](https://github.com/nesk/rialto)). While I'm happy to work on it on my free time, I also enjoy to drink a couple of beers sometimes with my friends. If you want to support development, buy me a beer at [BeerPay](https://beerpay.io/nesk/puphpeteer). 🙏
[![Beerpay](https://beerpay.io/nesk/puphpeteer/badge.svg)](https://beerpay.io/nesk/puphpeteer)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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