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.7.0 to 0.8.0

2

lib/create.js

@@ -218,3 +218,3 @@ 'use strict';

if (_typeof(actions.events) === 'object' && typeof actions.events.didFossilize === 'function') {
(0, _stratumnMockAgent.mockAgent)(actions, segment.link).events.didFossilize(evidence);
(0, _stratumnMockAgent.mockAgent)(actions, segment.link).events.didFossilize(segment);
}

@@ -221,0 +221,0 @@

{
"name": "stratumn-agent",
"version": "0.7.0",
"version": "0.8.0",
"description": "",

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

@@ -187,3 +187,3 @@ import uuid from 'node-uuid';

typeof actions.events.didFossilize === 'function') {
mockAgent(actions, segment.link).events.didFossilize(evidence);
mockAgent(actions, segment.link).events.didFossilize(segment);
}

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