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

calimero-auth-sdk

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calimero-auth-sdk - npm Package Compare versions

Comparing version 0.7.9-beta.1 to 0.7.9-beta.2

2

browser-exports.js

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

window.calimeroSdk = require('./lib/browser-index');
window.calimeroSdk = require('./lib/index');
window.Buffer = Buffer;

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

export * from './common-index';
export * from './token/CalimeroToken';

@@ -17,2 +17,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./common-index"), exports);
__exportStar(require("./token/CalimeroToken"), exports);
{
"name": "calimero-auth-sdk",
"version": "0.7.9-beta.1",
"version": "0.7.9-beta.2",
"description": "Javascript library to interact with Calimero private shards",

@@ -11,3 +11,2 @@ "repository": {

"main": "lib/index.js",
"browser": "lib/browser-index.js",
"types": "lib/index.d.ts",

@@ -14,0 +13,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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