Socket
Socket
Sign inDemoInstall

aspida

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aspida - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

2

dist/parseInterface.js

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

}
else if (char === ';' && indentLevel === 0) {
else if (indentLevel === 0 && char === ';' && /[^|&]/.test(text[cursor])) {
break;

@@ -70,0 +70,0 @@ }

{
"name": "aspida",
"version": "0.14.2",
"version": "0.14.3",
"description": "TypeScript friendly HTTP client wrapper for the browser and node.js",

@@ -5,0 +5,0 @@ "author": "m-mitsuhide <m.mitsuhide@amatelus.com>",

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