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

conseiljs

Package Overview
Dependencies
Maintainers
3
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conseiljs - npm Package Compare versions

Comparing version 5.0.5-beta.2 to 5.0.5-beta.3

4

dist/chain/tezos/lexer/Michelson.js

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

word: /[a-zA-Z_0-9]+/,
string: /"(?:\\["\\]|[^\n"\\])*"/
string: /"(?:\\["\\]|[^\n"\\])*"/s
});

@@ -329,3 +329,3 @@ const checkC_R = c_r => {

if (checkKeyword(word)) {
return [expandKeyword(word, null)];
return expandKeyword(word, null);
}

@@ -332,0 +332,0 @@ else {

{
"name": "conseiljs",
"version": "5.0.5-beta.2",
"version": "5.0.5-beta.3",
"description": "Client-side library for Tezos dApp development.",

@@ -12,3 +12,3 @@ "browser": "dist/index-web.js",

"scripts": {
"test": "mocha --require ts-node/register \"test/**/*.spec.ts\"",
"test": "mocha --require ts-node/register \"test/**/MichelsonParser.spec.ts\"",
"integration-test": "mocha --require ts-node/register --full-trace -t 600000 -b false \"integration_test/**/*.spec.ts\"",

@@ -15,0 +15,0 @@ "format": "eslint --fix-dry-run src/*/*.ts",

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