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

zenroom

Package Overview
Dependencies
Maintainers
0
Versions
850
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zenroom - npm Package Compare versions

Comparing version 4.46.0 to 4.46.1

2

package.json
{
"name": "zenroom",
"version": "4.46.0",
"version": "4.46.1",
"description": "wrapper of Zenroom, a secure and small virtual machine for crypto language processing",

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

@@ -50,4 +50,5 @@ # Use Zenroom in JavaScript

- [CONF](https://dev.zenroom.org/#/pages/zenroom-config)
**All in form of strings.** This means that if you want to pass a JSON you have to `JSON.stringify` it before.
**All in form of strings.** This means that if you want to pass a JSON you have to `JSON.stringify` it before.
Both functions return a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise).

@@ -104,3 +105,3 @@

keys: zenKeys,
conf: `color=0, debug=0`,
conf: `debug=1`,
})

@@ -131,3 +132,3 @@ .then((result) => {

keys: "Some other data",
conf: `color=0, debug=0`,
conf: `debug=1`,
});

@@ -150,3 +151,3 @@ console.log(result); // => Some data

Copyright (C) 2018-2022 by [Dyne.org](https://www.dyne.org) foundation, Amsterdam
Copyright (C) 2018-2024 by [Dyne.org](https://www.dyne.org) foundation, Amsterdam

@@ -177,3 +178,3 @@ Designed, written and maintained by Puria Nafisi Azizi.

Zenroom js - a javascript wrapper of zenroom
Copyright (c) 2018-2022 Dyne.org foundation, Amsterdam
Copyright (c) 2018-2024 Dyne.org foundation, Amsterdam

@@ -180,0 +181,0 @@ This program is free software: you can redistribute it and/or modify

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