Socket
Socket
Sign inDemoInstall

@ribajs/shopify

Package Overview
Dependencies
228
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-alpha.15 to 2.0.0-alpha.16

2

dist/interfaces/discount.d.ts

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

export declare type ShopifyDiscount = any;
export type ShopifyDiscount = any;

@@ -7,3 +7,3 @@ export interface ShopifyShippingRate {

}
export declare type ShopifyShippingRates = ShopifyShippingRate[];
export type ShopifyShippingRates = ShopifyShippingRate[];
export interface ShopifyShippingRateNormalized {

@@ -15,2 +15,2 @@ name: string;

}
export declare type ShopifyShippingRatesNormalized = ShopifyShippingRateNormalized[];
export type ShopifyShippingRatesNormalized = ShopifyShippingRateNormalized[];

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

export declare type ShopifyModuleOptions = Record<string, never>;
export type ShopifyModuleOptions = Record<string, never>;
{
"name": "@ribajs/shopify",
"description": "Shopify extension for Riba.js",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"type": "module",

@@ -41,3 +41,3 @@ "engines": {

"build": "npm run lint && tsc",
"test": "npm run type-check && jest --config=jest.config.cjs",
"test": "npm run lint && jest --config=jest.config.cjs",
"clean": "rm -rf ./dist ./lib"

@@ -52,27 +52,27 @@ },

"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/preset-env": "^7.19.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.19.4",
"@babel/runtime-corejs3": "^7.19.6",
"@ribajs/eslint-config": "^2.0.0-alpha.15",
"@ribajs/npm-package": "^2.0.0-alpha.15",
"@ribajs/tsconfig": "^2.0.0-alpha.15",
"@babel/runtime": "^7.20.1",
"@babel/runtime-corejs3": "^7.20.1",
"@ribajs/eslint-config": "^2.0.0-alpha.16",
"@ribajs/npm-package": "^2.0.0-alpha.16",
"@ribajs/tsconfig": "^2.0.0-alpha.16",
"@tsconfig/node14": "^1.0.3",
"@types/debug": "^4.1.7",
"@types/jest": "^28.1.8",
"@types/lodash": "^4.14.186",
"@types/node": "^18.11.5",
"@types/lodash": "^4.14.189",
"@types/node": "^18.11.9",
"@types/open": "^6.2.1",
"@types/prettier": "^2.7.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-loader": "^8.2.5",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"babel-loader": "^8.3.0",
"babel-plugin-array-includes": "^2.0.3",
"core-js": "^3.26.0",
"core-js": "^3.26.1",
"debug": "^4.3.4",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",

@@ -86,21 +86,21 @@ "eslint-plugin-prettier": "^4.2.1",

"ts-jest": "^28.0.8",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"optionalDependencies": {
"@ribajs/shopify-tda": "^2.0.0-alpha.15"
"@ribajs/shopify-tda": "^2.0.0-alpha.16"
},
"dependencies": {
"@ribajs/cache": "^2.0.0-alpha.15",
"@ribajs/core": "^2.0.0-alpha.15",
"@ribajs/events": "^2.0.0-alpha.15",
"@ribajs/i18n": "^2.0.0-alpha.15",
"@ribajs/router": "^2.0.0-alpha.15",
"@ribajs/utils": "^2.0.0-alpha.15",
"bitbucket": "^2.8.0",
"@ribajs/cache": "^2.0.0-alpha.16",
"@ribajs/core": "^2.0.0-alpha.16",
"@ribajs/events": "^2.0.0-alpha.16",
"@ribajs/i18n": "^2.0.0-alpha.16",
"@ribajs/router": "^2.0.0-alpha.16",
"@ribajs/utils": "^2.0.0-alpha.16",
"bitbucket": "^2.9.0",
"form-data": "^4.0.0",
"got": "^11.8.5",
"gulp-print": "^5.0.2",
"webpack": "^5.74.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc