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.4 to 1.21.0

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

1

dist/types/api/index.d.ts

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

export * as env from './env';
export * as stripe from './stripe';
export * as globals from './globals';

@@ -9,0 +10,0 @@ export * as intercom from './intercom';

3

dist/types/api/index.js

@@ -26,4 +26,5 @@ "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.intercom = 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.stripe = exports.env = void 0;
exports.env = __importStar(require("./env"));
exports.stripe = __importStar(require("./stripe"));
exports.globals = __importStar(require("./globals"));

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

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

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

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