Socket
Socket
Sign inDemoInstall

@apify/consts

Package Overview
Dependencies
Maintainers
9
Versions
59
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.12.1 to 2.12.2

3

index.js

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

ANONYMOUS_USERNAME: () => ANONYMOUS_USERNAME,
APIFY_ID_REGEX: () => APIFY_ID_REGEX,
APIFY_PROXY_VALUE_REGEX: () => APIFY_PROXY_VALUE_REGEX,

@@ -125,2 +126,3 @@ BUILD_TAG_LATEST: () => BUILD_TAG_LATEST,

var CONTACT_LINK_REGEX = /^(mailto|tel|sms):.*$/i;
var APIFY_ID_REGEX = /[a-zA-Z0-9]{17}/;

@@ -641,2 +643,3 @@ // src/consts.ts

ANONYMOUS_USERNAME,
APIFY_ID_REGEX,
APIFY_PROXY_VALUE_REGEX,

@@ -643,0 +646,0 @@ BUILD_TAG_LATEST,

4

package.json
{
"name": "@apify/consts",
"version": "2.12.1",
"version": "2.12.2",
"description": "Tools and constants shared across Apify projects.",

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

},
"gitHead": "24ef1fc525c70c8e5029a13577cfb24128fbed3e"
"gitHead": "f52445a107fcaf89541d0430c2e3d9ee54cf0e63"
}

@@ -54,1 +54,7 @@ /**

export declare const CONTACT_LINK_REGEX: RegExp;
/**
* Regular expression to match valid ID - 17 alphanumeric chars including chars restricted by SimpleSchema.RegEx.Id (1,l,0,O),
* because we have user objects with that in database.
* @type {RegExp}
*/
export declare const APIFY_ID_REGEX: RegExp;

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