Socket
Socket
Sign inDemoInstall

@membrane/membrane-sdk-js

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@membrane/membrane-sdk-js - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

lib/index.js

@@ -64,3 +64,3 @@ "use strict";

function isPrimitiveTypeName(name) {
return (typeof name === "string" && /^(Int|Float|String|Boolean|Void)$/.test(name));
return (typeof name === "string" && /^(Int|Float|String|Boolean|Void|Json)$/.test(name));
}

@@ -67,0 +67,0 @@ exports.isPrimitiveTypeName = isPrimitiveTypeName;

{
"name": "@membrane/membrane-sdk-js",
"version": "0.2.2",
"version": "0.2.3",
"description": "Helpers for working with Membrane",

@@ -5,0 +5,0 @@ "license": "MIT",

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