Socket
Socket
Sign inDemoInstall

@ribajs/shopify

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/shopify - npm Package Compare versions

Comparing version 0.16.3 to 0.17.0

4

lib/components/shopify-section.component.d.ts

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

import { RibaComponent, JQuery } from '@ribajs/core';
import { Debug, RibaComponent } from '@ribajs/core';
export declare abstract class ShopifySectionComponent extends RibaComponent {
static tagName: string;
protected debug: any;
protected debug: Debug.IDebugger;
protected $el: JQuery<HTMLElement>;

@@ -6,0 +6,0 @@ protected abstract scope: any;

@@ -17,3 +17,3 @@ import { IShopifyImage } from './image';

compare_at_price: number | null;
featured_image: IShopifyProductImage;
featured_image: IShopifyProductImage | null;
created_at: Date;

@@ -20,0 +20,0 @@ fulfillment_service?: string;

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

import { Debug, EventDispatcher } from '@ribajs/core';
import { PQueue } from './p-queue.service';

@@ -11,3 +12,3 @@ import { IShopifyCartLineItem, IShopifyCartUpdateProperty, IShopifyCartAddError, IShopifyCartObject, IShopifyCustomerAddress, IShopifyShippingRates, IShopifyShippingRatesNormalized } from '../interfaces/interfaces';

static cart: IShopifyCartObject | null;
static shopifyCartEventDispatcher: any;
static shopifyCartEventDispatcher: EventDispatcher;
/**

@@ -91,3 +92,3 @@ * Use this to add a variant to the cart.

static getShippingRates(shippingAddress: IShopifyCustomerAddress, normalize?: boolean, options?: IShopifyCartRequestOptions): Promise<IShopifyShippingRates | IShopifyShippingRatesNormalized>;
protected static debug: any;
protected static debug: Debug.IDebugger;
protected static CART_POST_ADD_URL: string;

@@ -94,0 +95,0 @@ protected static CART_GET_URL: string;

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

import { Debug } from '@ribajs/core';
import { IShopifyProduct, IShopifyProductVariant } from '../interfaces/interfaces';

@@ -32,4 +33,4 @@ export interface IProductsCache {

static prepair(product: IShopifyProduct): IShopifyProduct;
protected static debug: any;
protected static debug: Debug.IDebugger;
protected static cache: IProductsCache;
}
{
"name": "@ribajs/shopify",
"description": "Shopify extension for Riba.js",
"version": "0.16.3",
"version": "0.17.0",
"author": "Pascal Garber <pascal@jumplink.eu>",

@@ -28,10 +28,10 @@ "contributors": [],

"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-typescript": "^7.1.0",
"@types/jquery": "^3.3.22",
"@types/jquery": "^3.3.28",
"babel-loader": "^8.0.4",

@@ -44,10 +44,10 @@ "babel-plugin-array-includes": "^2.0.3",

"sinon": "^6.3.5",
"tslint": "^5.11.0",
"typescript": "^3.1.3",
"webpack": "^4.23.0",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"webpack": "^4.28.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@ribajs/core": "^0.16.0"
"@ribajs/core": "^0.16.13"
}
}

@@ -21,3 +21,3 @@ import { IShopifyImage } from './image';

compare_at_price: number | null;
featured_image: IShopifyProductImage;
featured_image: IShopifyProductImage | null;
created_at: Date;

@@ -24,0 +24,0 @@ fulfillment_service?: string;

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