Socket
Socket
Sign inDemoInstall

@crawlee/utils

Package Overview
Dependencies
Maintainers
1
Versions
1179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crawlee/utils - npm Package Compare versions

Comparing version 3.0.0-alpha.17 to 3.0.0-alpha.18

2

internals/typedefs.d.ts
/** @ignore */
export declare type Dictionary<T = unknown> = Record<PropertyKey, T>;
export declare type Dictionary<T = any> = Record<PropertyKey, T>;
/** @ignore */

@@ -4,0 +4,0 @@ export declare type Constructor<T = unknown> = new (...args: any[]) => T;

{
"name": "@crawlee/utils",
"version": "3.0.0-alpha.17",
"version": "3.0.0-alpha.18",
"description": "A set of shared utilities that can be used by crawlers",

@@ -5,0 +5,0 @@ "engines": {

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