Socket
Socket
Sign inDemoInstall

@apify/consts

Package Overview
Dependencies
Maintainers
10
Versions
58
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.25.0 to 2.25.1

cjs/index.cjs

23

package.json
{
"name": "@apify/consts",
"version": "2.25.0",
"version": "2.25.1",
"description": "Tools and constants shared across Apify projects.",
"main": "./index.js",
"module": "./index.mjs",
"typings": "index.d.ts",
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"typings": "./cjs/index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js",
"types": "./index.d.ts"
"import": {
"types": "./esm/index.d.mts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./cjs/index.d.ts",
"default": "./cjs/index.cjs"
}
}

@@ -39,3 +44,3 @@ },

"clean": "rimraf ./dist",
"compile": "tsup && tsc -p tsconfig.build.json",
"compile": "tsup",
"copy": "ts-node -T ../../scripts/copy.ts"

@@ -46,3 +51,3 @@ },

},
"gitHead": "c0294d2028a8414bc21819aa20bdb97850639e66"
"gitHead": "707bfbf0a00c8d82208c998877f6d3a2a4917e1e"
}
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