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

@activepieces/shared

Package Overview
Dependencies
Maintainers
3
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/shared - npm Package Compare versions

Comparing version 0.10.71 to 0.10.72

4

package.json
{
"name": "@activepieces/shared",
"version": "0.10.71",
"version": "0.10.72",
"type": "commonjs",

@@ -9,5 +9,5 @@ "dependencies": {

"semver": "7.5.4",
"tslib": "2.6.2"
"tslib": "1.14.1"
},
"main": "./src/index.js"
}

@@ -10,2 +10,4 @@ import { Cursor } from '../../common/seek-page';

cursor: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
createdAfter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
createdBefore: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
}>;

@@ -12,0 +14,0 @@ export type ListFlowRunsRequestQuery = Static<typeof ListFlowRunsRequestQuery> & {

@@ -13,3 +13,5 @@ "use strict";

cursor: typebox_1.Type.Optional(typebox_1.Type.String({})),
createdAfter: typebox_1.Type.Optional(typebox_1.Type.String({})),
createdBefore: typebox_1.Type.Optional(typebox_1.Type.String({})),
});
//# sourceMappingURL=list-flow-runs-request.js.map

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