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

infogare-api.js

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infogare-api.js - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"name": "infogare-api.js",
"version": "1.0.12",
"version": "1.0.13",
"main": "src/core/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -326,2 +326,3 @@ const User = require('./User');

const trainJSON = await response.json();
console.assert(trainJSON.mission || !trainJSON.mission);
if (!trainJSON.mission) {

@@ -328,0 +329,0 @@ const train = new Train(trainJSON);

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