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

@dotcom-tool-kit/task

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-tool-kit/task - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

lib/index.d.ts

@@ -9,5 +9,5 @@ import { Schema, SchemaOutput } from '@dotcom-tool-kit/types/lib/schema';

constructor(options?: Partial<SchemaOutput<O>>);
abstract run(): Promise<void>;
abstract run(files?: string[]): Promise<void>;
}
export declare type TaskClass = typeof Task;
//# sourceMappingURL=index.d.ts.map
{
"name": "@dotcom-tool-kit/task",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -27,4 +27,4 @@ "main": "lib",

"dependencies": {
"@dotcom-tool-kit/types": "^1.1.0"
"@dotcom-tool-kit/types": "^1.2.0"
}
}

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