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

harcon-flow

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harcon-flow - npm Package Compare versions

Comparing version 2.5.8 to 2.6.0

8

lib/FlowParser.js

@@ -48,2 +48,10 @@ const Assigner = require('assign.js')

}
if ( def.startsWith('«') ) {
res.external = true
def = def.substring( 1 )
}
if ( def.startsWith('»') ) {
res.fragmented = true
def = def.substring( 1 )
}

@@ -50,0 +58,0 @@ let seps = def.split('|')

2

package.json
{
"name": "harcon-flow",
"version": "2.5.8",
"version": "2.6.0",
"description": "Small utility library to descript business flows for harcon",

@@ -5,0 +5,0 @@ "keywords": [

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