New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 1.0.8

2

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

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

@@ -7,2 +7,11 @@ const InfoGareApp = require('../modules/App');

// Initialize the app globally
initializeApp = (appId) => {
return new InfoGareApp(appId);
}
getApp = () => {
return InfoGareApp;
}
module.exports = {

@@ -14,3 +23,5 @@ InfoGareApp,

UserNotFoundException,
StationNotFoundException
StationNotFoundException,
initializeApp,
getApp
};
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