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

gbif-map

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gbif-map - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

11

index.js

@@ -14,7 +14,7 @@ // @ts-ignore

if (a.status === 'ACCEPTED') {
return 1;
return -1;
}
if (b.status === 'ACCEPTED') {
return -1;
return 1;
}

@@ -83,3 +83,8 @@

if (gbifQuery) {
gbifId = await getGBIFIDFromQuery(gbifQuery);
try {
gbifId = await getGBIFIDFromQuery(gbifQuery);
this.setAttribute('gbif-id', gbifId);
} catch (e) {
console.log('Could not find species from query...');
}
}

@@ -86,0 +91,0 @@

{
"name": "gbif-map",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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