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

backk-frontend-utils

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backk-frontend-utils - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

8

lib/callRemoteService.js

@@ -16,4 +16,10 @@ import { Base64 } from 'js-base64';

});
return response.json();
const responseBodyObject = await response.json();
if (response.ok) {
return [responseBodyObject, null];
}
else {
return [null, responseBodyObject];
}
}
//# sourceMappingURL=callRemoteService.js.map

2

package.json
{
"name": "backk-frontend-utils",
"version": "1.0.3",
"version": "1.0.4",
"description": "Web frontend utils for Backk microservices",

@@ -5,0 +5,0 @@ "author": {

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