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

@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.4 to 0.2.5

6

lib/refParser.js

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

var name;
if (isLowerCase(this.code) || isDigit(this.code) || this.code === _POUND) {
if (isLowerCase(this.code) || isDigit(this.code) || this.code === _POUND || this.code === _AT) {
name = this.parseProgramIdentifier();

@@ -148,3 +148,4 @@ }

!isDigit(this.code) &&
!this.code === _POUND) {
!this.code === _POUND &&
!this.code === _AT) {
throw this.syntaxError("Expected program identifier");

@@ -401,2 +402,3 @@ }

var _POUND = "#".charCodeAt(0);
var _AT = "@".charCodeAt(0);
var _BRACKETOPEN = "[".charCodeAt(0);

@@ -403,0 +405,0 @@ var _BRACKETCLOSE = "]".charCodeAt(0);

{
"name": "@membrane/membrane-sdk-js",
"version": "0.2.4",
"version": "0.2.5",
"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