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

@datocms/cda-client

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datocms/cda-client - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/cjs/executeQueryWithAutoPagination.js

1

dist/cjs/index.js

@@ -21,2 +21,3 @@ "use strict";

__exportStar(require("./executeQuery"), exports);
__exportStar(require("./executeQueryWithAutoPagination"), exports);
//# sourceMappingURL=index.js.map

@@ -5,1 +5,2 @@ export * from './ApiError';

export * from './executeQuery';
export * from './executeQueryWithAutoPagination';

@@ -5,2 +5,3 @@ export * from './ApiError';

export * from './executeQuery';
export * from './executeQueryWithAutoPagination';
//# sourceMappingURL=index.js.map

@@ -5,1 +5,2 @@ export * from './ApiError';

export * from './executeQuery';
export * from './executeQueryWithAutoPagination';

2

package.json
{
"name": "@datocms/cda-client",
"version": "0.2.2",
"version": "0.2.3",
"description": "JS client for DatoCMS GraphQL Content Delivery API based on the browser Fetch API",

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

@@ -5,1 +5,2 @@ export * from './ApiError';

export * from './executeQuery';
export * from './executeQueryWithAutoPagination';

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