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

ceramic-cacao

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ceramic-cacao - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

lib/cacao.d.ts

@@ -26,3 +26,3 @@ import * as multiformats from 'multiformats';

p: Payload;
s: Signature;
s?: Signature;
};

@@ -29,0 +29,0 @@ export declare namespace Cacao {

@@ -83,7 +83,9 @@ "use strict";

nonce: siweMessage.nonce
},
s: {
s: siweMessage.signature
}
};
if (siweMessage.signature) {
cacao.s = {
s: siweMessage.signature
};
}
if (siweMessage.notBefore) {

@@ -90,0 +92,0 @@ cacao.p.nbf = Date.parse(siweMessage.notBefore);

{
"name": "ceramic-cacao",
"version": "0.0.4",
"version": "0.0.5",
"description": "Typescript library for Ceramic OCAP",

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

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