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

temporalio

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

temporalio - npm Package Compare versions

Comparing version 0.11.1 to 0.12.0

2

LICENSE.md

@@ -1,2 +0,2 @@

Temporal Node.js SDK
Temporal TypeScript SDK

@@ -3,0 +3,0 @@ MIT License

{
"name": "temporalio",
"version": "0.11.1",
"version": "0.12.0",
"description": "Temporal.io SDK meta-package",
"dependencies": {
"@temporalio/activity": "^0.11.1",
"@temporalio/client": "^0.11.1",
"@temporalio/common": "^0.11.1",
"@temporalio/proto": "^0.11.1",
"@temporalio/worker": "^0.11.1",
"@temporalio/workflow": "^0.11.1"
"@temporalio/activity": "^0.12.0",
"@temporalio/client": "^0.12.0",
"@temporalio/common": "^0.12.0",
"@temporalio/proto": "^0.12.0",
"@temporalio/worker": "^0.12.0",
"@temporalio/workflow": "^0.12.0"
},

@@ -17,3 +17,3 @@ "author": "Roey Berman <roey@temporal.io>",

"type": "git",
"url": "git+https://github.com/temporalio/sdk-node.git"
"url": "git+https://github.com/temporalio/sdk-typescript.git"
},

@@ -26,5 +26,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/temporalio/sdk-node/issues"
"url": "https://github.com/temporalio/sdk-typescript/issues"
},
"homepage": "https://github.com/temporalio/sdk-node#readme",
"homepage": "https://github.com/temporalio/sdk-typescript#readme",
"publishConfig": {

@@ -36,3 +36,3 @@ "access": "public"

},
"gitHead": "76235d5bbaa83c01abb97838abd214a7ea829f12"
"gitHead": "eaa2d205c9bc5ff4a3b17c0b34f2dcf6b1e0264a"
}

@@ -1,5 +0,5 @@

# Temporal Node.js SDK
# Temporal TypeScript SDK
<p align="center">
<img src="https://img.shields.io/github/workflow/status/temporalio/sdk-node/Continuous%20Integration?style=for-the-badge" alt="CI" />
<img src="https://img.shields.io/github/workflow/status/temporalio/sdk-typescript/Continuous%20Integration?style=for-the-badge" alt="CI" />
<a href="https://www.npmjs.com/package/temporalio">

@@ -17,8 +17,8 @@ <img src="https://img.shields.io/npm/v/temporalio.svg?style=for-the-badge" alt="NPM" />

Check out the [Getting started](https://docs.temporal.io/docs/node/introduction/#getting-started) page for a quick overview.
Check out the [Getting started](https://docs.temporal.io/docs/typescript/introduction/#getting-started) page for a quick overview.
The documentation is divided into several sections:
- [Node SDK docs](https://docs.temporal.io/docs/node/introduction)
- [Node SDK API reference](https://nodejs.temporal.io/)
- [TypeScript SDK docs](https://docs.temporal.io/docs/typescript/introduction)
- [TypeScript SDK API reference](https://typescript.temporal.io/)
- [General Temporal docs](https://docs.temporal.io)

@@ -63,11 +63,11 @@

> While in alpha we are gathering feedback from developers about the usability and ergonomics of the API.
> To provide feedback please [open an issue](https://github.com/temporalio/sdk-node/issues) and feel free to
> talk to us on the [#nodejs-sdk community slack channel](https://temporal.io/slack) or post on our [discourse support forum](https://community.temporal.io/).
> To provide feedback please [open an issue](https://github.com/temporalio/sdk-typescript/issues) and feel free to
> talk to us on the [#typescript-sdk community slack channel](https://temporal.io/slack) or post on our [discourse support forum](https://community.temporal.io/).
## Installation
See the [getting started](https://docs.temporal.io/docs/node/introduction/#getting-started) guide for setting up a project on your laptop.
See the [getting started](https://docs.temporal.io/docs/typescript/introduction/#getting-started) guide for setting up a project on your laptop.
## Contributing
Read our [contributing guide](https://github.com/temporalio/sdk-node/blob/main/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the SDK.
Read our [contributing guide](https://github.com/temporalio/sdk-typescript/blob/main/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the SDK.
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