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

futoin-invoker

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

futoin-invoker - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

futoin-invoker-1.4.1.tgz

3

CHANGELOG.txt
=== 1.4.1 (2017-08-19) ===
FIXED: check failure when "boolean" is used in type variant
=== 1.4.0 (2017-08-18) ===

@@ -3,0 +6,0 @@ NEW: FTN7 v1.6 support

2

futoin.json
{
"name": "futoin-invoker",
"version": "1.4.0",
"version": "1.4.1",
"vcs": "git",

@@ -5,0 +5,0 @@ "rms": "npm",

{
"name": "futoin-invoker",
"version": "1.4.0",
"version": "1.4.1",
"description": "FutoIn Invoker - Reference Implementation. Transparently and efficiently invoke remote or local service methods with strict API definition for Node and Browser",

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

@@ -1147,2 +1147,5 @@ "use strict";

{
case 'boolean':
return true;
case 'integer':

@@ -1149,0 +1152,0 @@ case 'number':

@@ -1400,3 +1400,3 @@ var assert;

},
'Variant' : [ 'IntMinMax', 'StringRegex' ],
'Variant' : [ 'IntMinMax', 'StringRegex', "boolean" ],
'DerivedVariant' : {

@@ -1479,4 +1479,4 @@ type: 'Variant',

'DerivedVariant' : {
ok : [ 2, 3, 'abcde'],
fail : [ 1, 4, 'abcdE', 'abc', false, null, {}, [] ],
ok : [ 2, 3, 'abcde', false],
fail : [ 1, 4, 'abcdE', 'abc', null, {}, [] ],
}

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