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.2.0 to 0.2.4

global.d.cts

14

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

@@ -17,17 +17,15 @@ "author": {

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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