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

@immomio/api-library

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@immomio/api-library - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

1

lib/utils/fetch.js

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

const headers = new Headers();
headers.append('Accept', 'application/json+hal');
headers.append('Content-Type', 'application/json');

@@ -10,0 +9,0 @@ if (api.token)

2

package.json
{
"name": "@immomio/api-library",
"version": "1.1.2",
"version": "1.1.3",
"description": "Immomio library to access the immomio-API",

@@ -5,0 +5,0 @@ "engineStrict": true,

@@ -8,3 +8,2 @@

const headers: Headers = new Headers()
headers.append('Accept', 'application/json+hal')
headers.append('Content-Type', 'application/json')

@@ -11,0 +10,0 @@

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