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

@commercelayer/cli-core

Package Overview
Dependencies
Maintainers
3
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-core - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

lib/cjs/config.d.ts
declare type ApiConfig = {
default_domain: string;
default_token_expiration_mins: number;
token_expiration_mins: number;
token_encoding_algorithm: string;

@@ -5,0 +5,0 @@ requests_max_num_burst: number;

@@ -1,1 +0,1 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const IMPORTS_RESOURCE_TYPES=["orders","coupons","skus","sku_lists","sku_list_items","prices","stock_items","gift_cards","customers","customer_subscriptions","tax_categories"],IMPORTS_STATUSES=["in_progress","pending","completed","interrupted"],config={api:{default_domain:"commercelayer.io",default_token_expiration_mins:60*2,token_encoding_algorithm:"HS512",requests_max_num_burst:50,requests_max_secs_burst:10,requests_max_num_avg:600,requests_max_secs_avg:5*60,page_max_size:25,page_default_size:10},imports:{max_size:2e3,statuses:IMPORTS_STATUSES,types:IMPORTS_RESOURCE_TYPES}};exports.default=config;
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const IMPORTS_RESOURCE_TYPES=["orders","coupons","skus","sku_lists","sku_list_items","prices","stock_items","gift_cards","customers","customer_subscriptions","tax_categories"],IMPORTS_STATUSES=["in_progress","pending","completed","interrupted"],config={api:{default_domain:"commercelayer.io",token_expiration_mins:60*2,token_encoding_algorithm:"HS512",requests_max_num_burst:50,requests_max_secs_burst:10,requests_max_num_avg:600,requests_max_secs_avg:5*60,page_max_size:25,page_default_size:10},imports:{max_size:2e3,statuses:IMPORTS_STATUSES,types:IMPORTS_RESOURCE_TYPES}};exports.default=config;
declare type ApiConfig = {
default_domain: string;
default_token_expiration_mins: number;
token_expiration_mins: number;
token_encoding_algorithm: string;

@@ -5,0 +5,0 @@ requests_max_num_burst: number;

@@ -1,1 +0,1 @@

const s=["orders","coupons","skus","sku_lists","sku_list_items","prices","stock_items","gift_cards","customers","customer_subscriptions","tax_categories"],e=["in_progress","pending","completed","interrupted"],t={api:{default_domain:"commercelayer.io",default_token_expiration_mins:60*2,token_encoding_algorithm:"HS512",requests_max_num_burst:50,requests_max_secs_burst:10,requests_max_num_avg:600,requests_max_secs_avg:5*60,page_max_size:25,page_default_size:10},imports:{max_size:2e3,statuses:e,types:s}};export default t;
const s=["orders","coupons","skus","sku_lists","sku_list_items","prices","stock_items","gift_cards","customers","customer_subscriptions","tax_categories"],e=["in_progress","pending","completed","interrupted"],t={api:{default_domain:"commercelayer.io",token_expiration_mins:60*2,token_encoding_algorithm:"HS512",requests_max_num_burst:50,requests_max_secs_burst:10,requests_max_num_avg:600,requests_max_secs_avg:5*60,page_max_size:25,page_default_size:10},imports:{max_size:2e3,statuses:e,types:s}};export default t;
{
"name": "@commercelayer/cli-core",
"version": "0.1.2",
"version": "0.1.3",
"main": "lib/cjs/index.js",

@@ -5,0 +5,0 @@ "types": "lib/cjs/index.d.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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