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

@blog-alchemy/blog-alchemy-shared-pkg

Package Overview
Dependencies
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blog-alchemy/blog-alchemy-shared-pkg - npm Package Compare versions

Comparing version 1.0.63 to 1.0.64

dist/types/fetch-response.dto.d.ts

6

dist/types/API.d.ts

@@ -13,3 +13,4 @@ export declare enum APIController {

GOOGLE = "google",
BLOCKED_BLOGS = "blocked-blogs"
BLOCKED_BLOGS = "blocked-blogs",
UTM_LINK = "utm-link"
}

@@ -49,3 +50,4 @@ export declare enum APIEndpoint {

SET_BLOCKED_BY_SHOP = "set-blocked-by-shop",
SET_UNBLOCKED_BY_SHOP = "set-unblocked-by-shop"
SET_UNBLOCKED_BY_SHOP = "set-unblocked-by-shop",
GET_PRODUCT_UTM_LINK = "get-product-utm-link"
}

@@ -52,0 +54,0 @@ declare type IAPIEndPoint = {

@@ -10,3 +10,3 @@ "use strict";

var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
var APIController = exports.APIController = undefined;

@@ -26,2 +26,3 @@ (function (APIController) {

APIController["BLOCKED_BLOGS"] = "blocked-blogs";
APIController["UTM_LINK"] = "utm-link";
})(APIController || (exports.APIController = APIController = {}));

@@ -63,4 +64,5 @@ var APIEndpoint = exports.APIEndpoint = undefined;

APIEndpoint["SET_UNBLOCKED_BY_SHOP"] = "set-unblocked-by-shop";
APIEndpoint["GET_PRODUCT_UTM_LINK"] = "get-product-utm-link";
})(APIEndpoint || (exports.APIEndpoint = APIEndpoint = {}));
var APIEndpoints = exports.APIEndpoints = (_a = {}, _a[APIController.AUTH.toString()] = (_b = {}, _b[APIEndpoint.SIGN_IN_EMAIL] = 'sign-in-email', _b[APIEndpoint.SIGN_IN_GOOGLE] = 'sign-in-google', _b[APIEndpoint.SIGN_UP_EMAIL] = 'sign-up-email', _b[APIEndpoint.SIGN_UP_GOOGLE] = 'sign-up-google', _b[APIEndpoint.SIGN_OUT] = 'sign-out', _b[APIEndpoint.TOKEN] = 'token', _b[APIEndpoint.ALLOW_PERMISSIONS] = 'allow-permissions', _b), _a[APIController.BLOGS.toString()] = (_c = {}, _c[APIEndpoint.BLOGLIST] = 'blog-list', _c[APIEndpoint.ADDBLOG] = '', _c[APIEndpoint.SET_BLOG_WELCOME_SEEN] = 'set-blog-welcome-seen', _c[APIEndpoint.SELECTEDBLOG] = 'selected-blog', _c[APIEndpoint.GETBLOG] = '', _c[APIEndpoint.WORDPRESS_STATUS] = 'wordpress-status', _c[APIEndpoint.SHOP_ASSOCIATED_BLOGS] = 'shop-associated-blogs', _c), _a[APIController.STORES.toString()] = (_d = {}, _d[APIEndpoint.SET_STORE_WELCOME_SEEN] = 'set-store-welcome-seen', _d[APIEndpoint.STORE_LIST] = 'store-list', _d), _a[APIController.USER.toString()] = (_e = {}, _e[APIEndpoint.UPDATE_FAVORITE_PRODUCT] = 'update-favorite-product', _e[APIEndpoint.MY_PROFILE] = 'my-profile', _e), _a[APIController.BLOCKED_BLOGS.toString()] = (_f = {}, _f[APIEndpoint.SET_BLOCKED_BY_SHOP] = 'set-blocked-by-shop', _f[APIEndpoint.SET_UNBLOCKED_BY_SHOP] = 'set-unblocked-by-shop', _f), _a[APIController.SHOPIFY.toString()] = (_g = {}, _g[APIEndpoint.POST_INSTALL] = 'post-install', _g[APIEndpoint.SAVE_CREDENTIALS] = 'save-credentials', _g[APIEndpoint.SHOPIFY_OAUTH_URL] = 'shopify-oauth-url', _g[APIEndpoint.SHOPIFY_INSTALLATION_LINK] = 'shopify-installation-link', _g), _a[APIController.PRODUCTS.toString()] = (_h = {}, _h[APIEndpoint.LOAD_INITIAL_PRODUCTS] = 'load-initial-products', _h[APIEndpoint.SHOP_PRODUCT_LIST] = 'shop-product-list', _h[APIEndpoint.BLOG_PRODUCT_LIST] = 'blog-product-list', _h), _a[APIController.PRODUCT_VERIFICATION_CALLBACK.toString()] = (_j = {}, _j[APIEndpoint.PRODUCT_VERIFICATION_CALLBACK] = 'product-verification-callback', _j), _a[APIController.COMPANY.toString()] = (_k = {}, _k[APIEndpoint.GET] = '', _k[APIEndpoint.UPDATE] = '', _k), _a[APIController.CATEGORIES.toString()] = (_l = {}, _l[APIEndpoint.GET] = '', _l[APIEndpoint.PARENTS] = 'parents', _l), _a[APIController.PAGES.toString()] = (_m = {}, _m[APIEndpoint.LIST_PAGES_WITH_TRAFFIC] = 'list', _m[APIEndpoint.GET_PAGE_WITH_TRAFFIC] = 'get', _m[APIEndpoint.UPDATE] = 'update', _m), _a[APIController.GOOGLE.toString()] = (_o = {}, _o[APIEndpoint.BLOGLIST] = 'blogs', _o), _a);
var APIEndpoints = exports.APIEndpoints = (_a = {}, _a[APIController.AUTH.toString()] = (_b = {}, _b[APIEndpoint.SIGN_IN_EMAIL] = 'sign-in-email', _b[APIEndpoint.SIGN_IN_GOOGLE] = 'sign-in-google', _b[APIEndpoint.SIGN_UP_EMAIL] = 'sign-up-email', _b[APIEndpoint.SIGN_UP_GOOGLE] = 'sign-up-google', _b[APIEndpoint.SIGN_OUT] = 'sign-out', _b[APIEndpoint.TOKEN] = 'token', _b[APIEndpoint.ALLOW_PERMISSIONS] = 'allow-permissions', _b), _a[APIController.BLOGS.toString()] = (_c = {}, _c[APIEndpoint.BLOGLIST] = 'blog-list', _c[APIEndpoint.ADDBLOG] = '', _c[APIEndpoint.SET_BLOG_WELCOME_SEEN] = 'set-blog-welcome-seen', _c[APIEndpoint.SELECTEDBLOG] = 'selected-blog', _c[APIEndpoint.GETBLOG] = '', _c[APIEndpoint.WORDPRESS_STATUS] = 'wordpress-status', _c[APIEndpoint.SHOP_ASSOCIATED_BLOGS] = 'shop-associated-blogs', _c), _a[APIController.STORES.toString()] = (_d = {}, _d[APIEndpoint.SET_STORE_WELCOME_SEEN] = 'set-store-welcome-seen', _d[APIEndpoint.STORE_LIST] = 'store-list', _d), _a[APIController.USER.toString()] = (_e = {}, _e[APIEndpoint.UPDATE_FAVORITE_PRODUCT] = 'update-favorite-product', _e[APIEndpoint.MY_PROFILE] = 'my-profile', _e), _a[APIController.BLOCKED_BLOGS.toString()] = (_f = {}, _f[APIEndpoint.SET_BLOCKED_BY_SHOP] = 'set-blocked-by-shop', _f[APIEndpoint.SET_UNBLOCKED_BY_SHOP] = 'set-unblocked-by-shop', _f), _a[APIController.SHOPIFY.toString()] = (_g = {}, _g[APIEndpoint.POST_INSTALL] = 'post-install', _g[APIEndpoint.SAVE_CREDENTIALS] = 'save-credentials', _g[APIEndpoint.SHOPIFY_OAUTH_URL] = 'shopify-oauth-url', _g[APIEndpoint.SHOPIFY_INSTALLATION_LINK] = 'shopify-installation-link', _g), _a[APIController.PRODUCTS.toString()] = (_h = {}, _h[APIEndpoint.LOAD_INITIAL_PRODUCTS] = 'load-initial-products', _h[APIEndpoint.SHOP_PRODUCT_LIST] = 'shop-product-list', _h[APIEndpoint.BLOG_PRODUCT_LIST] = 'blog-product-list', _h), _a[APIController.PRODUCT_VERIFICATION_CALLBACK.toString()] = (_j = {}, _j[APIEndpoint.PRODUCT_VERIFICATION_CALLBACK] = 'product-verification-callback', _j), _a[APIController.COMPANY.toString()] = (_k = {}, _k[APIEndpoint.GET] = '', _k[APIEndpoint.UPDATE] = '', _k), _a[APIController.CATEGORIES.toString()] = (_l = {}, _l[APIEndpoint.GET] = '', _l[APIEndpoint.PARENTS] = 'parents', _l), _a[APIController.PAGES.toString()] = (_m = {}, _m[APIEndpoint.LIST_PAGES_WITH_TRAFFIC] = 'list', _m[APIEndpoint.GET_PAGE_WITH_TRAFFIC] = 'get', _m[APIEndpoint.UPDATE] = 'update', _m), _a[APIController.GOOGLE.toString()] = (_o = {}, _o[APIEndpoint.BLOGLIST] = 'blogs', _o), _a[APIController.UTM_LINK.toString()] = (_p = {}, _p[APIEndpoint.GET_PRODUCT_UTM_LINK] = 'get-product-utm-link', _p), _a);
var getAPIURL = exports.getAPIURL = function getAPIURL(controller) {

@@ -67,0 +69,0 @@ return function (endPoint) {

{
"name": "@blog-alchemy/blog-alchemy-shared-pkg",
"version": "1.0.63",
"version": "1.0.64",
"files": [

@@ -5,0 +5,0 @@ "dist"

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