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

@shopify/shopify-api

Package Overview
Dependencies
Maintainers
19
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/shopify-api - npm Package Compare versions

Comparing version 0.5.0 to 1.0.0

6

CHANGELOG.md

@@ -8,4 +8,8 @@ # Changelog

## [Unreleased]
## [1.0.0]
- Initial public release
## [0.5.0]
### Added

@@ -12,0 +16,0 @@

2

dist/version.d.ts

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

export declare const SHOPIFY_API_LIBRARY_VERSION = "0.5.0";
export declare const SHOPIFY_API_LIBRARY_VERSION = "1.0.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SHOPIFY_API_LIBRARY_VERSION = void 0;
exports.SHOPIFY_API_LIBRARY_VERSION = '0.5.0';
exports.SHOPIFY_API_LIBRARY_VERSION = '1.0.0';
{
"name": "@shopify/shopify-api",
"version": "0.5.0",
"version": "1.0.0",
"description": "Shopify TypeScript API to support core API functionality (auth, graphql proxy, webhooks)",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -41,2 +41,4 @@ # `@shopify/shopify-api`

- [Add your OAuth callback route](docs/usage/oauth.md#add-your-oauth-callback-route)
- [Fetching sessions](docs/usage/oauth.md#fetching-sessions)
- [Detecting scope changes](docs/usage/oauth.md#detecting-scope-changes)
- [Make a REST API call](docs/usage/rest.md)

@@ -43,0 +45,0 @@ - [Make a GraphQL API call](docs/usage/graphql.md)

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