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.1 to 0.0.2

global.cjs

35

package.json
{
"name": "temporal-spec",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "0.0.2",
"title": "TypeScript types for Temporal",
"author": {
"name": "Adam Shaw",
"email": "arshaw@users.noreply.github.com",
"url": "http://arshaw.com/"
},
"author": "",
"license": "ISC"
}
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/temporal.git",
"directory": "packages/temporal-spec"
},
"type": "module",
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts",
"exports": {
".": {
"require": "./index.cjs",
"import": "./index.mjs"
},
"./global": {
"require": "./global.cjs",
"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