insomnia-importers
Advanced tools
Comparing version 3.3.0-beta.0 to 3.3.0
{ | ||
"name": "insomnia-importers", | ||
"version": "3.3.0-beta.0", | ||
"version": "3.3.0", | ||
"author": "Kong <office@konghq.com>", | ||
@@ -5,0 +5,0 @@ "description": "Various data importers for Insomnia", |
@@ -13,3 +13,3 @@ "use strict"; | ||
} | ||
catch (error) { | ||
catch (e) { | ||
return null; | ||
@@ -16,0 +16,0 @@ } |
@@ -12,3 +12,3 @@ "use strict"; | ||
} | ||
catch (error) { | ||
catch (e) { | ||
return null; | ||
@@ -15,0 +15,0 @@ } |
@@ -16,3 +16,3 @@ "use strict"; | ||
} | ||
catch (error) { | ||
catch (e) { | ||
return null; | ||
@@ -19,0 +19,0 @@ } |
@@ -30,3 +30,3 @@ "use strict"; | ||
} | ||
catch (error) { | ||
catch (e) { | ||
// Nothing | ||
@@ -33,0 +33,0 @@ } |
@@ -103,3 +103,3 @@ "use strict"; | ||
} | ||
catch (error) { | ||
catch (e) { | ||
// Nothing | ||
@@ -106,0 +106,0 @@ } |
{ | ||
"name": "insomnia-importers", | ||
"version": "3.3.0-beta.0", | ||
"version": "3.3.0", | ||
"author": "Kong <office@konghq.com>", | ||
@@ -46,3 +46,3 @@ "description": "Various data importers for Insomnia", | ||
}, | ||
"gitHead": "6707e5889d05b60f42d6dae1e6d263fbda77ebe0" | ||
"gitHead": "f44da26ff364565cfddc01939290cd0504980ff0" | ||
} |
@@ -18,3 +18,3 @@ import { Converter, ImportRequest } from '../entities'; | ||
data = JSON.parse(rawData) as Insomnia2Data; | ||
} catch (error) { | ||
} catch (e) { | ||
return null; | ||
@@ -21,0 +21,0 @@ } |
@@ -17,3 +17,3 @@ import { Converter } from '../entities'; | ||
data = JSON.parse(rawData) as Insomnia3Data; | ||
} catch (error) { | ||
} catch (e) { | ||
return null; | ||
@@ -20,0 +20,0 @@ } |
@@ -19,3 +19,3 @@ import YAML from 'yaml'; | ||
data = YAML.parse(rawData); | ||
} catch (error) { | ||
} catch (e) { | ||
return null; | ||
@@ -22,0 +22,0 @@ } |
@@ -49,3 +49,3 @@ import { Converter } from '../entities'; | ||
]; | ||
} catch (error) { | ||
} catch (e) { | ||
// Nothing | ||
@@ -52,0 +52,0 @@ } |
@@ -99,3 +99,3 @@ import { | ||
} | ||
} catch (error) { | ||
} catch (e) { | ||
// Nothing | ||
@@ -102,0 +102,0 @@ } |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1025321