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

appc-connector-utils

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appc-connector-utils - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

3

lib/index.js

@@ -5,6 +5,5 @@ const metadataValidator = require('./utils/metadataValidator')

options = options || {}
const container = Arrow.getGlobal()
const arrowUtils = require('./utils/arrow')(Arrow)
const modelAPI = require('./model/api')(Arrow)
const connector = arrowUtils.getConnector(container, conn)
const connector = arrowUtils.getConnectorStatic(conn).connector

@@ -11,0 +10,0 @@ return {

@@ -13,4 +13,3 @@ module.exports = Arrow => {

startArrowHttp: startArrowHttp,
stopArrowHttp: stopArrowHttp,
getConnector: getConnector
stopArrowHttp: stopArrowHttp
}

@@ -132,5 +131,5 @@

ENV.container = new Arrow(cfg, true)
ENV.container = Arrow.getGlobal() || new Arrow(cfg, true)
return ENV
}
}
{
"name": "appc-connector-utils",
"version": "0.0.10",
"version": "0.0.11",
"description": "Utilities for Arrow Connectors",

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

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