New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@doflo/flow-interfaces

Package Overview
Dependencies
Maintainers
2
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doflo/flow-interfaces - npm Package Compare versions

Comparing version 1.20.3 to 1.20.4

dist/types/api/intercom/index.d.ts

1

dist/types/api/index.d.ts

@@ -8,2 +8,3 @@ import { actionAPI } from './action';

export * as globals from './globals';
export * as intercom from './intercom';
export * as signal from './signal';

@@ -10,0 +11,0 @@ export * as storage from './storage';

3

dist/types/api/index.js

@@ -26,5 +26,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.auth = exports.table = exports.page = exports.element = exports.credential = exports.action = exports.storage = exports.signal = exports.globals = exports.env = void 0;
exports.auth = exports.table = exports.page = exports.element = exports.credential = exports.action = exports.storage = exports.signal = exports.intercom = exports.globals = exports.env = void 0;
exports.env = __importStar(require("./env"));
exports.globals = __importStar(require("./globals"));
exports.intercom = __importStar(require("./intercom"));
exports.signal = __importStar(require("./signal"));

@@ -31,0 +32,0 @@ exports.storage = __importStar(require("./storage"));

{
"name": "@doflo/flow-interfaces",
"version": "1.20.3",
"version": "1.20.4",
"description": "Public Interfaces, Schemas, & GRPC Signatures for doFlo developers",

@@ -21,2 +21,7 @@ "main": "dist/index.js",

},
"release": {
"branches": [
"main"
]
},
"repository": {

@@ -23,0 +28,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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