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

@shinkai_network/shinkai-message-ts

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shinkai_network/shinkai-message-ts - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

api-53b8ecfd.js

53

package.json
{
"name": "@shinkai_network/shinkai-message-ts",
"version": "0.0.2",
"version": "0.0.3",
"description": "Shinkai Message TS wrapper for wasm library",
"main": "./src/index.js",
"type": "module",
"main": "src/index.js",
"types": "src/index.d.ts",
"type": "commonjs",
"typings": "./src/index.d.ts",
"typings": "src/index.d.ts",
"keywords": [

@@ -16,3 +16,48 @@ "shinkai",

"access": "public"
},
"dependencies": {
"@noble/ed25519": "^2.0.0",
"curve25519-js": "^0.0.4"
},
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
},
"./api": {
"import": "./api.js",
"types": "./api.d.ts"
},
"./models": {
"import": "./models.js",
"types": "./models.d.ts"
},
"./utils": {
"import": "./utils.js",
"types": "./utils.d.ts"
},
"./wasm": {
"import": "./wasm.js",
"types": "./wasm.d.ts"
}
},
"typesVersions": {
"*": {
".": [
"index.d.ts"
],
"api": [
"api.d.ts"
],
"models": [
"models.d.ts"
],
"utils": [
"utils.d.ts"
],
"wasm": [
"wasm.d.ts"
]
}
}
}
src/api.d.ts
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