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

@types/woocommerce__woocommerce-rest-api

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

@types/woocommerce__woocommerce-rest-api - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

woocommerce__woocommerce-rest-api/index.d.ts

@@ -5,5 +5,5 @@ // Type definitions for @woocommerce/woocommerce-rest-api 1.0

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export type WooCommerceRestApiVersion = 'wc/v3' | 'wc/v2' | 'wc/v1' | 'wc-api/v3' | 'wc-api/v2' | 'wc-api/v1';
export type WooCommerceRestApiEncoding = 'utf-8' | 'ascii';
export type WooCommerceRestApiMethod = 'get' | 'post' | 'put' | 'delete' | 'options';
export type WooCommerceRestApiVersion = "wc/v3" | "wc/v2" | "wc/v1" | "wc-api/v3" | "wc-api/v2" | "wc-api/v1";
export type WooCommerceRestApiEncoding = "utf-8" | "ascii";
export type WooCommerceRestApiMethod = "get" | "post" | "put" | "delete" | "options";

@@ -118,3 +118,3 @@ export interface WooCommerceRestApiOptions {

export class OptionsException {
name: 'Options Error';
name: "Options Error";
message: string;

@@ -121,0 +121,0 @@

{
"name": "@types/woocommerce__woocommerce-rest-api",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions for @woocommerce/woocommerce-rest-api",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/woocommerce__woocommerce-rest-api",

"dependencies": {},
"typesPublisherContentHash": "1c60ab8e2edf8412f01a2ef7c5e44f4eca6aa7aa193d7c88c67adfd563f3d8f1",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "1ca38296effeb96e3590827bb587fec7e51a73b0fe960cebb34dbf27ec5ec6be",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 02 Jul 2021 18:05:43 GMT
* Last updated: Mon, 25 Sep 2023 13:39:07 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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