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.3.15 to 0.3.16

2

package.json
{
"name": "@activepieces/shared",
"version": "0.3.15",
"version": "0.3.16",
"type": "commonjs",

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

@@ -11,1 +11,5 @@ import { Static } from "@sinclair/typebox";

export declare type GetStoreEntryRequest = Static<typeof GetStoreEntryRequest>;
export declare const DeletStoreEntryRequest: import("@sinclair/typebox").TObject<{
key: import("@sinclair/typebox").TString<string>;
}>;
export declare type DeletStoreEntryRequest = Static<typeof DeletStoreEntryRequest>;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetStoreEntryRequest = exports.PutStoreEntryRequest = void 0;
exports.DeletStoreEntryRequest = exports.GetStoreEntryRequest = exports.PutStoreEntryRequest = void 0;
const typebox_1 = require("@sinclair/typebox");

@@ -12,2 +12,5 @@ exports.PutStoreEntryRequest = typebox_1.Type.Object({

});
exports.DeletStoreEntryRequest = typebox_1.Type.Object({
key: typebox_1.Type.String({})
});
//# sourceMappingURL=store-entry-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