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
5
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.10.0-alpha.5 to 0.10.0-alpha.6

4

dist/cjs/node-handlers/node-to-jsx/utils.d.ts

@@ -11,3 +11,3 @@ import * as types from '@babel/types';

operand?: string | number | boolean;
}, conditionalIdentifier: ConditionalIdentifier, t?: typeof types) => types.Identifier | types.MemberExpression | types.BinaryExpression | types.UnaryExpression;
export declare const getRepeatSourceIdentifier: (dataSource: UIDLAttributeValue, options: JSXGenerationOptions) => types.Identifier | types.MemberExpression | types.ArrayExpression | types.StringLiteral | types.NumericLiteral | types.NullLiteral | types.BooleanLiteral | types.ObjectExpression;
}, conditionalIdentifier: ConditionalIdentifier, t?: typeof types) => types.BinaryExpression | types.Identifier | types.MemberExpression | types.UnaryExpression;
export declare const getRepeatSourceIdentifier: (dataSource: UIDLAttributeValue, options: JSXGenerationOptions) => types.ArrayExpression | types.Identifier | types.StringLiteral | types.NumericLiteral | types.NullLiteral | types.BooleanLiteral | types.MemberExpression | types.ObjectExpression;

@@ -11,3 +11,3 @@ import * as types from '@babel/types';

operand?: string | number | boolean;
}, conditionalIdentifier: ConditionalIdentifier, t?: typeof types) => types.Identifier | types.MemberExpression | types.BinaryExpression | types.UnaryExpression;
export declare const getRepeatSourceIdentifier: (dataSource: UIDLAttributeValue, options: JSXGenerationOptions) => types.Identifier | types.MemberExpression | types.ArrayExpression | types.StringLiteral | types.NumericLiteral | types.NullLiteral | types.BooleanLiteral | types.ObjectExpression;
}, conditionalIdentifier: ConditionalIdentifier, t?: typeof types) => types.BinaryExpression | types.Identifier | types.MemberExpression | types.UnaryExpression;
export declare const getRepeatSourceIdentifier: (dataSource: UIDLAttributeValue, options: JSXGenerationOptions) => types.ArrayExpression | types.Identifier | types.StringLiteral | types.NumericLiteral | types.NullLiteral | types.BooleanLiteral | types.MemberExpression | types.ObjectExpression;
{
"name": "@teleporthq/teleport-plugin-common",
"version": "0.10.0-alpha.5",
"version": "0.10.0-alpha.6",
"description": "Common building and modelating functions for ASTs and HASTs",

@@ -30,8 +30,8 @@ "author": "teleportHQ",

"@babel/types": "^7.5.5",
"@teleporthq/teleport-shared": "^0.10.0-alpha.5",
"@teleporthq/teleport-types": "^0.10.0-alpha.5",
"@teleporthq/teleport-shared": "^0.10.0-alpha.6",
"@teleporthq/teleport-types": "^0.10.0-alpha.6",
"jss": "^10.0.0",
"jss-preset-default": "^10.0.0"
},
"gitHead": "86b1764602ada3cc80aeb800fd5d0261673a00c5"
"gitHead": "4eb554f8b449726e44681876564f51b1e9b71fdb"
}

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