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

@crawly/grasshopper-parser-avianca

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crawly/grasshopper-parser-avianca - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

dist/parser.js

@@ -337,3 +337,5 @@ "use strict";

}
throw new FlightsNotFound_1.FlightsNotFound(E[0].message);
if (E[0].code === '10031') {
throw new FlightsNotFound_1.FlightsNotFound('A data da partida solicitada não está correta.');
}
}

@@ -340,0 +342,0 @@ throw new FlightsNotFound_1.FlightsNotFound('Sem disponibilidade para o período informado');

{
"name": "@crawly/grasshopper-parser-avianca",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"main": "index.js",
"main": "parser.js",
"scripts": {

@@ -7,0 +7,0 @@ "prepublish": "npm run tslint && npm run test && npm run build",

@@ -508,3 +508,6 @@ import { Constants } from './lib/constants';

}
throw new FlightsNotFound(E[0].message);
if (E[0].code === '10031') {
throw new FlightsNotFound('A data da partida solicitada não está correta.');
}
}

@@ -511,0 +514,0 @@ throw new FlightsNotFound('Sem disponibilidade para o período informado');

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