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

@wmfs/statebox

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/statebox - npm Package Compare versions

Comparing version 1.34.1 to 1.34.2

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## [1.34.2](https://github.com/wmfs/statebox/compare/v1.34.1...v1.34.2) (2018-11-14)
### 🐛 Bug Fixes
* return more data on list state machines, as it was before ([049794c](https://github.com/wmfs/statebox/commit/049794c))
### 🛠 Builds
* **deps-dev:** update semantic-release requirement ([8910bff](https://github.com/wmfs/statebox/commit/8910bff))
## [1.34.1](https://github.com/wmfs/statebox/compare/v1.34.0...v1.34.1) (2018-11-12)

@@ -2,0 +14,0 @@

4

lib/state-machines/index.js

@@ -110,3 +110,5 @@ 'use strict'

name: sm.name,
description: sm.definition.Comment || '<no description available>'
description: sm.definition.Comment || '<no description available>',
categories: sm.definition.categories || [],
instigators: sm.definition.instigators || []
}

@@ -113,0 +115,0 @@ })

{
"name": "@wmfs/statebox",
"version": "1.34.1",
"version": "1.34.2",
"description": "Orchestrate Node functions using Amazon States Language",

@@ -50,3 +50,3 @@ "author": "West Midlands Fire Service",

"request-promise-native": "1.0.5",
"semantic-release": "15.10.8",
"semantic-release": "15.11.0",
"standard": "12.0.1"

@@ -53,0 +53,0 @@ },

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