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

@shopware/api-client

Package Overview
Dependencies
Maintainers
1
Versions
458
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware/api-client - npm Package Compare versions

Comparing version 0.0.0-canary-20230823102557 to 0.0.0-canary-20230823111512

./dist/index.cjs

14

package.json
{
"name": "@shopware/api-client",
"version": "0.0.0-canary-20230823102557",
"version": "0.0.0-canary-20230823111512",
"description": "Shopware client for API connection.",

@@ -21,2 +21,3 @@ "author": "Shopware",

"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",

@@ -29,5 +30,6 @@ "files": [

"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}

@@ -40,4 +42,4 @@ },

"vitest": "^0.34.2",
"@shopware/api-gen": "0.0.0-canary-20230823102557",
"eslint-config-shopware": "0.0.0-canary-20230823102557",
"@shopware/api-gen": "0.0.0-canary-20230823111512",
"eslint-config-shopware": "0.0.0-canary-20230823111512",
"tsconfig": "0.0.0"

@@ -44,0 +46,0 @@ },

@@ -189,3 +189,3 @@ # shopware/frontends - api-client

### Latest changes: 0.0.0-canary-20230823102557
### Latest changes: 0.0.0-canary-20230823111512

@@ -200,2 +200,4 @@ ### Minor Changes

- [`15d6e696`](https://github.com/shopware/frontends/commit/15d6e69616bd9bc5ad32f2a5f697e00c45a94784) Thanks [@patzick](https://github.com/patzick)! - Emit cjs bundle
- [#371](https://github.com/shopware/frontends/pull/371) [`83c94e9b`](https://github.com/shopware/frontends/commit/83c94e9bb609533c4a1275cbf3822b0fc2ea1dd5) Thanks [@patzick](https://github.com/patzick)! - Deprecated `apiType` param in `createAPIClient`, for Admin API client use `createAdminAPIClient` instead.
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