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

html-snapshots

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-snapshots - npm Package Compare versions

Comparing version 2.17.0 to 3.0.0

4

HISTORY.md

@@ -6,2 +6,5 @@ # History

### Introduced in v3.0.0
#### Dropped support for Node 16.
### Introduced in v2.0.0

@@ -50,1 +53,2 @@ #### Dropped support for Node 14.

| `v2.x ` | Node 16+ |
| `v3.x ` | Node 18+ |

11

package.json
{
"name": "html-snapshots",
"version": "2.17.0",
"version": "3.0.0",
"author": {

@@ -61,3 +61,3 @@ "name": "Alex Grant",

"phantomjs-prebuilt": "2.1.16",
"puppeteer": "^21.11.0",
"puppeteer": "^22.0.0",
"xml2js": "0.6.2"

@@ -68,3 +68,3 @@ },

"express": "^4.18.2",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"c8": "^9.1.0",

@@ -75,6 +75,9 @@ "precommit-hook": "^3.0.0",

},
"overrides": {
"request": "npm:@cypress/request@3.0.1"
},
"license": "MIT",
"engines": {
"node": ">=16.13.2"
"node": ">=18"
}
}
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