New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@lit/task

Package Overview
Dependencies
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit/task - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+2
-2
package.json
{
"name": "@lit/task",
"version": "1.0.2",
"version": "1.0.3",
"description": "A controller for Lit that renders asynchronous tasks.",

@@ -9,3 +9,3 @@ "license": "BSD-3-Clause",

"type": "git",
"url": "https://github.com/lit/lit.git",
"url": "git+https://github.com/lit/lit.git",
"directory": "packages/task"

@@ -12,0 +12,0 @@ },

# @lit/task
A controller for Lit that renders asynchronous tasks.
Easily manage and render asynchronous tasks for Lit.
[![Build Status](https://github.com/lit/lit/workflows/Tests/badge.svg)](https://github.com/lit/lit/actions?query=workflow%3ATests)
[![Published on npm](https://img.shields.io/npm/v/@lit/task.svg?logo=npm)](https://www.npmjs.com/package/@lit/task)
[![Join our Discord](https://img.shields.io/badge/discord-join%20chat-5865F2.svg?logo=discord&logoColor=fff)](https://lit.dev/discord/)
[![Mentioned in Awesome Lit](https://awesome.re/mentioned-badge.svg)](https://github.com/web-padawan/awesome-lit)
## Documentation
Full documentation is available at
[lit.dev/docs/data/task/](https://lit.dev/docs/data/task/).
## Overview

@@ -86,2 +96,2 @@

Please see [CONTRIBUTING.md](../../../CONTRIBUTING.md).
Please see [CONTRIBUTING.md](../../CONTRIBUTING.md).