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

stratumn-agent

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stratumn-agent - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

4

lib/plugins/encryptedState.js

@@ -20,3 +20,5 @@ 'use strict';

return Promise.resolve(encryptState(link)).then(function (state) {
link.state = state;
link.state = {
encrypted: state
};
link.meta.encryptedState = true;

@@ -23,0 +25,0 @@ });

{
"name": "stratumn-agent",
"version": "0.14.1",
"version": "0.14.2",
"description": "",

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

@@ -35,3 +35,5 @@ /*

.then(state => {
link.state = state;
link.state = {
encrypted: state
};
link.meta.encryptedState = true;

@@ -38,0 +40,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