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

aspida

Package Overview
Dependencies
Maintainers
3
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 1.13.2 to 1.13.3

4

dist/cjs/parseInterface.js

@@ -115,2 +115,6 @@ "use strict";

while (cursor < length) {
const doc = parseDoc(text.slice(cursor));
if (doc) {
cursor += doc.length;
}
const char = text[cursor];

@@ -117,0 +121,0 @@ if (quoteRegExp.test(char)) {

@@ -112,2 +112,6 @@ const quoteRegExp = /['"]/;

while (cursor < length) {
const doc = parseDoc(text.slice(cursor));
if (doc) {
cursor += doc.length;
}
const char = text[cursor];

@@ -114,0 +118,0 @@ if (quoteRegExp.test(char)) {

2

package.json
{
"name": "aspida",
"version": "1.13.2",
"version": "1.13.3",
"description": "TypeScript friendly HTTP client wrapper for the browser and node.js",

@@ -5,0 +5,0 @@ "author": "Solufa <solufa2020@gmail.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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