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

@atoms-studio/commercelayer-sdk

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atoms-studio/commercelayer-sdk - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

7

CHANGELOG.md

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

### [1.4.1](https://github.com/atoms-studio/commercelayer-sdk/compare/1.4.0...1.4.1) (2022-11-03)
### Features
* export additional methods ([4b4409e](https://github.com/atoms-studio/commercelayer-sdk/commit/4b4409e3f041fcb2e5a897fc6e4f1f549174429f))
## [1.4.0](https://github.com/atoms-studio/commercelayer-sdk/compare/1.3.2...1.4.0) (2022-04-21)

@@ -2,0 +9,0 @@

2

dist/auth/index.d.ts

@@ -16,3 +16,5 @@ export declare const Auth: {

__setCurrentToken: (token: string, expires: number) => void;
getCurrentToken: () => import("./session").TokenCacheEntry;
getRefreshTokenInterceptor: (config: Readonly<import("../config").InternalConfig>) => any[];
};
//# sourceMappingURL=index.d.ts.map

@@ -732,2 +732,4 @@ 'use strict';

__setCurrentToken: cacheToken,
getCurrentToken,
getRefreshTokenInterceptor,
};

@@ -1516,2 +1518,3 @@

exports.WireTransfers = WireTransfers;
exports.getConfig = getConfig;
exports.init = initConfig;

4

dist/commercelayer-sdk.esm.js

@@ -724,2 +724,4 @@ import axios from 'axios';

__setCurrentToken: cacheToken,
getCurrentToken,
getRefreshTokenInterceptor,
};

@@ -1477,2 +1479,2 @@

export { Addresses, Adjustments, Attachments, Auth, CustomerAddresses, CustomerGroups, CustomerPasswordResets, CustomerPaymentSources, Customers, DeliveryLeadTimes, GiftCards, LineItems, Markets, OrderCopies, OrderSubscriptions, Orders, PaymentGateways, PaymentMethods, PriceLists, Prices, Refunds, ResourceError, Returns, Shipments, ShippingCategories, ShippingMethods, Skus, StockItems, StockLocations, StripePayments, WireTransfers, initConfig as init };
export { Addresses, Adjustments, Attachments, Auth, CustomerAddresses, CustomerGroups, CustomerPasswordResets, CustomerPaymentSources, Customers, DeliveryLeadTimes, GiftCards, LineItems, Markets, OrderCopies, OrderSubscriptions, Orders, PaymentGateways, PaymentMethods, PriceLists, Prices, Refunds, ResourceError, Returns, Shipments, ShippingCategories, ShippingMethods, Skus, StockItems, StockLocations, StripePayments, WireTransfers, getConfig, initConfig as init };

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

export { initConfig as init } from './config';
export { initConfig as init, getConfig } from './config';
export { Auth } from './auth';

@@ -3,0 +3,0 @@ export { ResourceError } from './errors';

{
"name": "@atoms-studio/commercelayer-sdk",
"version": "1.4.0",
"version": "1.4.1",
"repository": "git@github.com:atoms-studio/commercelayer-sdk.git",

@@ -5,0 +5,0 @@ "author": "atoms.studio",

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