Socket
Socket
Sign inDemoInstall

@umbraco/headless-client

Package Overview
Dependencies
10
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

2

dist/ApiRequest.js

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

'Content-Type': 'application/json',
'Accept': 'application/json+hal;v=2',
'Accept': 'application/json+hal',
'umb-project-alias': projectAlias,

@@ -72,0 +72,0 @@ 'api-version': '2.1'

{
"name": "@umbraco/headless-client",
"version": "0.4.0",
"version": "0.4.1",
"description": "Node.js client library for the Umbraco Headless APIs",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -24,3 +24,3 @@ import {Endpoint, EndpointSource} from "./Endpoint";

'Content-Type': 'application/json',
'Accept': 'application/json+hal;v=2',
'Accept': 'application/json+hal',
'umb-project-alias': projectAlias,

@@ -27,0 +27,0 @@ 'api-version': '2.1'

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc