Socket
Socket
Sign inDemoInstall

@crawlee/types

Package Overview
Dependencies
Maintainers
1
Versions
1172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crawlee/types - npm Package Compare versions

Comparing version 3.0.0-beta.33 to 3.0.0-beta.34

2

package.json
{
"name": "@crawlee/types",
"version": "3.0.0-beta.33",
"version": "3.0.0-beta.34",
"description": "Shared types for the crawlee projects",

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

/** @ignore */
export declare type Dictionary<T = any> = Record<PropertyKey, T>;
/** @ignore */
export declare type Constructor<T = unknown> = new (...args: any[]) => T;
/** @ignore */
export declare type Awaitable<T> = T | PromiseLike<T>;
export declare type AllowedHttpMethods = 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'TRACE' | 'OPTIONS' | 'CONNECT' | 'PATCH';
//# sourceMappingURL=utility-types.d.ts.map

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