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

@apify/consts

Package Overview
Dependencies
Maintainers
10
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apify/consts - npm Package Compare versions

Comparing version 2.16.0 to 2.17.0

6

index.js

@@ -245,4 +245,4 @@ "use strict";

var ACTOR_LIMITS = {
// Total amount of memory for the build container. Must be less than or equal to the maximum of the free plan!
BUILD_DEFAULT_MEMORY_MBYTES: 2048,
// The actualy used limit is taken from private package @apify-packages/consts
BUILD_DEFAULT_MEMORY_MBYTES: 4096,
// Maximum duration of build in seconds.

@@ -349,3 +349,3 @@ BUILD_TIMEOUT_SECS: 1800,

[ENV_VARS.PROXY_HOSTNAME]: "proxy.apify.com",
[ENV_VARS.PROXY_PORT]: 8e3 .toString(),
[ENV_VARS.PROXY_PORT]: 8e3.toString(),
[ENV_VARS.CONTAINER_PORT]: DEFAULT_CONTAINER_PORT.toString(),

@@ -352,0 +352,0 @@ [ENV_VARS.CONTAINER_URL]: `http://localhost:${DEFAULT_CONTAINER_PORT}`

{
"name": "@apify/consts",
"version": "2.16.0",
"version": "2.17.0",
"description": "Tools and constants shared across Apify projects.",

@@ -45,3 +45,3 @@ "main": "./index.js",

},
"gitHead": "f4c9ad70f62ae8f60e1fa541f451fd8e1184c4d9"
"gitHead": "20c014ca5dc2c64c5d99295020b826ffb0c166ee"
}

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