Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oasis-std

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oasis-std - npm Package Compare versions

Comparing version 0.1.0-rc.11 to 0.1.0-rc.12

2

lib/src/gateway.js

@@ -61,3 +61,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
const deployCode = service_1.DeployHeader.deployCode({ saltIfConfidential: confidential_1.randomBytes(32), expiry: (_a = options) === null || _a === void 0 ? void 0 : _a.expiry }, payload);
const deployCode = service_1.DeployHeader.deployCode({ confidential: true, expiry: (_a = options) === null || _a === void 0 ? void 0 : _a.expiry }, payload);
return new types_1.Address((yield this.inner.deploy({ data: deployCode })).address);

@@ -64,0 +64,0 @@ });

{
"name": "oasis-std",
"version": "0.1.0-rc.11",
"version": "0.1.0-rc.12",
"description": "Oasis platform standard library",

@@ -18,6 +18,6 @@ "license": "Apache-2.0",

"dependencies": {
"@oasislabs/common": "^1.0.0-rc.15",
"@oasislabs/confidential": "^1.0.0-rc.17",
"@oasislabs/gateway": "^1.0.0-rc.32",
"@oasislabs/service": "^1.0.0-rc.28",
"@oasislabs/common": "=1.0.0-rc.15",
"@oasislabs/confidential": "=1.0.0-rc.16",
"@oasislabs/gateway": "=1.0.0-rc.29",
"@oasislabs/service": "=1.0.0-rc.25",
"buffer": "^5.4.3",

@@ -31,3 +31,3 @@ "eventemitter3": "^4.0.0",

},
"gitHead": "436dfd0e255f9850dca14ae1f93ab83a469c63ef"
"gitHead": "a6b01e91dc0f171a8c56a3c78efa86852d00fae1"
}

Sorry, the diff of this file is not supported yet

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