New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/oxygen-workers-types

Package Overview
Dependencies
Maintainers
0
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/oxygen-workers-types

TypeScript typings for Shopify Oxygen

  • 4.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20K
decreased by-9.68%
Maintainers
0
Weekly downloads
 
Created
Source

Oxygen Workers Types

This package provides TypeScript definitions for the Oxygen runtime by Shopify.

It is a derivative of @cloudflare/workers-types.

Development

See the development page.

Usage

The following is a minimal tsconfig.json for use alongside this package:

tsconfig.json

{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ES2022",
    "lib": ["ES2022"],
    "types": ["@shopify/oxygen-workers-types"]
  }
}

To view the Typedoc-generated documentation, navigate to the docs folder within the node_modules/@shopify/oxygen-workers-types directory after installation, and open the index.html file in your preferred web browser.

This package exposes different entrypoints for supported "compatibility date" on the Oxygen platform. Each entrypoint is available to import under its respective date, e.g. @shopify/oxygen-workers-types/2022-10-31. You can review available entrypoints in the aforementioned typedoc-generated documentation.

FAQs

Package last updated on 28 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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