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

@jitsu/catalog

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitsu/catalog - npm Package Compare versions

Comparing version 1.0.15-alpha.4206 to 1.0.15-alpha.4208

destinations/lib/tag.tsx

3

destinations/lib/index.ts

@@ -20,2 +20,3 @@ import postgresDestination from "./postgres"

import { Destination } from "../types"
import tagDestination from "./tag"

@@ -38,2 +39,3 @@ export {

mixpanel2Destination,
tagDestination,
}

@@ -57,2 +59,3 @@

mixpanel2: mixpanel2Destination,
tag: tagDestination,
} as const

@@ -59,0 +62,0 @@

4

package.json
{
"name": "@jitsu/catalog",
"version": "1.0.15-alpha.4206+420475d0",
"version": "1.0.15-alpha.4208+0cfeb664",
"description": "This package contains the code that enables variety of features of Jitsu Sources, Destinations and API Keys. ",

@@ -19,3 +19,3 @@ "author": "Jitsu Dev Team <dev@jitsu.com>",

},
"gitHead": "420475d092da25cdfb590e7bd4163d94a8bd6aa9"
"gitHead": "0cfeb664d3f9172c569772aac553a217da8a3dde"
}

@@ -9,2 +9,3 @@ import { ReactNode } from "react"

| "javascript"
| "html"
| "yaml"

@@ -135,2 +136,6 @@ | "password"

export const htmlType: ParameterType<string, "html"> = {
typeName: "html" as const,
}
export const yamlType: ParameterType<string, "yaml"> = {

@@ -137,0 +142,0 @@ typeName: "yaml" as const,

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