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

@superfaceai/parser

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superfaceai/parser - npm Package Compare versions

Comparing version 0.0.24-beta.3 to 0.0.24-beta.4

10

dist/common/document/parser.js

@@ -68,3 +68,11 @@ "use strict";

if (splitVersion !== undefined) {
parsedVersion = version_1.VersionRange.fromString(splitVersion);
try {
parsedVersion = version_1.VersionRange.fromString(splitVersion);
}
catch (error) {
return {
kind: 'error',
message: splitVersion + " is not a valid version",
};
}
// strip the version

@@ -71,0 +79,0 @@ id = versionRestId;

2

package.json
{
"name": "@superfaceai/parser",
"version": "0.0.24-beta.3",
"version": "0.0.24-beta.4",
"description": "Level 5 autonomous, self-driving API client, https://superface.ai",

@@ -5,0 +5,0 @@ "repository": "https://github.com/superfaceai/parser.git",

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