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

screenshotone-api-sdk

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screenshotone-api-sdk - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

src/main.js

4

package.json
{
"name": "screenshotone-api-sdk",
"homepage": "https://screenshotone.com",
"version": "1.0.13",
"version": "1.0.14",
"description": "Use ScreenshotOne.com API to generate screenshots of any website.",

@@ -32,3 +32,3 @@ "repository": {

"types": "dist/@types/main.d.ts",
"typings": "dist/@types/main.d.ts",
"type": "module",
"devDependencies": {

@@ -35,0 +35,0 @@ "@types/big.js": "^6.1.3",

{
"compilerOptions": {
"declaration": true,
"strictNullChecks": true,
"target": "es5",
"outDir": "dist",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"lib": [
"es2015",
"dom"
"es2021"
],
"rootDir": "src"
"module": "commonjs",
"target": "es2021",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},

@@ -16,0 +13,0 @@ "include": [

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