Socket
Socket
Sign inDemoInstall

capture-all

Package Overview
Dependencies
58
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.2 to 1.0.0

1

lib/index.d.ts
/// <reference types="node" />
/// <reference types="node" />
import * as puppeteer from 'puppeteer';

@@ -3,0 +4,0 @@ import { ReadableStream } from './stream';

1

lib/stream.js

@@ -160,3 +160,2 @@ "use strict";

this.isRunning = false;
page.close();
}

@@ -163,0 +162,0 @@ });

{
"name": "capture-all",
"version": "0.7.2",
"version": "1.0.0",
"author": "katashin",

@@ -39,3 +39,8 @@ "description": "Flexible utility to get screenshots from Web pages",

"transform": {
"^.+\\.ts$": "ts-jest"
"^.+\\.ts$": [
"ts-jest",
{
"tsConfig": "test/tsconfig.json"
}
]
},

@@ -47,30 +52,26 @@ "setupFilesAfterEnv": [

"moduleFileExtensions": [
"ts",
"js",
"json"
"json",
"ts"
],
"globals": {
"ts-jest": {
"tsConfig": "test/tsconfig.json"
}
}
"preset": "ts-jest"
},
"devDependencies": {
"@types/fs-extra": "^9.0.0",
"@types/jest": "^26.0.3",
"@types/jest-image-snapshot": "^3.1.0",
"@types/puppeteer": "^3.0.0",
"jest": "^24.9.0",
"jest-image-snapshot": "^4.0.0",
"prettier": "2.1.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.0.2",
"@types/jest-image-snapshot": "^5.1.0",
"@types/puppeteer": "^5.4.6",
"jest": "^29.0.3",
"jest-image-snapshot": "^5.2.0",
"prettier": "2.7.1",
"temp-dir": "^2.0.0",
"ts-jest": "^24.2.0",
"ts-jest": "^29.0.1",
"tslint": "^5.20.1",
"tslint-config-ktsn": "^2.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.2"
"typescript": "^4.8.3"
},
"dependencies": {
"puppeteer": "^5.0.0"
"puppeteer": "^17.1.3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc