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

temporal-spec

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

temporal-spec - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

6

package.json
{
"name": "temporal-spec",
"version": "0.0.3",
"version": "0.1.0",
"title": "TypeScript types for Temporal",

@@ -17,7 +17,8 @@ "author": {

"type": "module",
"types": "./index.d.ts",
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.cjs",

@@ -27,2 +28,3 @@ "import": "./index.mjs"

"./global": {
"types": "./global.d.ts",
"require": "./global.cjs",

@@ -29,0 +31,0 @@ "import": "./global.mjs"

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