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.10 to 0.0.11

lib/__tests__/cacao.test.d.ts

0

lib/abnf.d.ts

@@ -0,0 +0,0 @@ export declare class ParsedMessage {

@@ -0,0 +0,0 @@ import * as multiformats from 'multiformats';

export * from './siwe.js';
export * from './cacao.js';

@@ -0,0 +0,0 @@ import type { Cacao } from './cacao.js';

16

package.json
{
"name": "ceramic-cacao",
"version": "0.0.10",
"version": "0.0.11",
"description": "Typescript library for Ceramic OCAP",
"main": "lib/index.js",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"type": "module",
"exports": {
".": "./lib/index.js"
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
}
},

@@ -16,3 +21,3 @@ "files": [

"test": "./node_modules/.bin/jest",
"build": "./node_modules/.bin/tsc --project tsconfig.build.json",
"build": "microbundle --compress=false --format esm,cjs",
"lint": "./node_modules/.bin/eslint ./src --ext .js,.ts",

@@ -41,3 +46,2 @@ "prebuild": "npm run clean",

"@typescript-eslint/parser": "^5.4.0",
"babel-jest": "^27.4.6",
"eslint": "^8.6.0",

@@ -47,4 +51,4 @@ "eslint-config-3box": "^0.4.0",

"jest-resolver-enhanced": "^1.0.1",
"microbundle": "^0.14.2",
"prettier": "^2.4.1",
"regenerator-runtime": "^0.13.9",
"typescript": "^4.5.4"

@@ -51,0 +55,0 @@ },

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