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.2.2 to 0.3.2

lib/endpoint/api.js

2

lib/index.js

@@ -7,2 +7,3 @@ const metadataValidator = require('./utils/metadataValidator')

const modelAPI = require('./model/api')(Arrow)
const endpointAPI = require('./endpoint/api')(Arrow)
const connector = arrowUtils.getConnectorStatic(conn).connector

@@ -14,2 +15,3 @@

createModels: createModels,
createEndpoints: endpointAPI.createEndpoints,
getConnector: () => connector,

@@ -16,0 +18,0 @@ getConnectorConfig: () => connector.config,

2

package.json
{
"name": "appc-connector-utils",
"version": "0.2.2",
"version": "0.3.2",
"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