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

@teleporthq/teleport-plugin-common

Package Overview
Dependencies
Maintainers
0
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teleporthq/teleport-plugin-common - npm Package Compare versions

Comparing version 0.38.3 to 0.38.5

2

dist/cjs/node-handlers/node-to-html/index.js

@@ -120,2 +120,4 @@ "use strict";

return 'Expression nodes are not supported';
case 'cms-list-repeater':
return 'CMS repeater nodes are not supported';
default:

@@ -122,0 +124,0 @@ throw new Error("generateHTMLSyntax encountered a node of unsupported type: ".concat(JSON.stringify(node, null, 2)));

@@ -95,2 +95,4 @@ var __assign = (this && this.__assign) || function () {

return 'Expression nodes are not supported';
case 'cms-list-repeater':
return 'CMS repeater nodes are not supported';
default:

@@ -97,0 +99,0 @@ throw new Error("generateHTMLSyntax encountered a node of unsupported type: ".concat(JSON.stringify(node, null, 2)));

4

package.json
{
"name": "@teleporthq/teleport-plugin-common",
"version": "0.38.3",
"version": "0.38.5",
"description": "Common building and modelating functions for ASTs and HASTs",

@@ -35,3 +35,3 @@ "author": "teleportHQ",

},
"gitHead": "2815eea2fa5aa265a1e63c9254494cc2c98f1a42"
"gitHead": "3ac5a427c7ce0620dc1e61dfc71544ef515537ad"
}

@@ -127,3 +127,4 @@ import * as hastUtils from '../../utils/hast-utils'

return 'Expression nodes are not supported'
case 'cms-list-repeater':
return 'CMS repeater nodes are not supported'
default:

@@ -130,0 +131,0 @@ throw new Error(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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