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

@teleporthq/teleport-component-generator

Package Overview
Dependencies
Maintainers
4
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teleporthq/teleport-component-generator - npm Package Compare versions

Comparing version

to
0.26.5

dist/cjs/assembly-line/index.d.ts.map

1

dist/cjs/assembly-line/index.d.ts

@@ -14,1 +14,2 @@ import { ComponentStructure, ComponentPlugin, ComponentUIDL, GeneratorOptions } from '@teleporthq/teleport-types';

}
//# sourceMappingURL=index.d.ts.map
import { ChunkDefinition } from '@teleporthq/teleport-types';
export declare const groupChunksByFileType: (chunks: ChunkDefinition[]) => Record<string, ChunkDefinition[]>;
//# sourceMappingURL=utils.d.ts.map
import { CodeGeneratorFunction, HastNode } from '@teleporthq/teleport-types';
export declare const generator: CodeGeneratorFunction<HastNode>;
//# sourceMappingURL=html-to-string.d.ts.map
import * as types from '@babel/types';
import { CodeGeneratorFunction } from '@teleporthq/teleport-types';
export declare const generator: CodeGeneratorFunction<types.Node>;
//# sourceMappingURL=js-ast-to-code.d.ts.map

@@ -14,1 +14,2 @@ import { ChunkDefinition } from '@teleporthq/teleport-types';

}
//# sourceMappingURL=index.d.ts.map
import { ComponentGenerator, GeneratorFactoryParams } from '@teleporthq/teleport-types';
declare const createComponentGenerator: ({ mappings, plugins, postprocessors, }?: Omit<GeneratorFactoryParams, 'variation'>) => ComponentGenerator;
export { createComponentGenerator };
//# sourceMappingURL=index.d.ts.map

@@ -14,1 +14,2 @@ import { ComponentStructure, ComponentPlugin, ComponentUIDL, GeneratorOptions } from '@teleporthq/teleport-types';

}
//# sourceMappingURL=index.d.ts.map
import { ChunkDefinition } from '@teleporthq/teleport-types';
export declare const groupChunksByFileType: (chunks: ChunkDefinition[]) => Record<string, ChunkDefinition[]>;
//# sourceMappingURL=utils.d.ts.map
import { CodeGeneratorFunction, HastNode } from '@teleporthq/teleport-types';
export declare const generator: CodeGeneratorFunction<HastNode>;
//# sourceMappingURL=html-to-string.d.ts.map
import * as types from '@babel/types';
import { CodeGeneratorFunction } from '@teleporthq/teleport-types';
export declare const generator: CodeGeneratorFunction<types.Node>;
//# sourceMappingURL=js-ast-to-code.d.ts.map

@@ -14,1 +14,2 @@ import { ChunkDefinition } from '@teleporthq/teleport-types';

}
//# sourceMappingURL=index.d.ts.map
import { ComponentGenerator, GeneratorFactoryParams } from '@teleporthq/teleport-types';
declare const createComponentGenerator: ({ mappings, plugins, postprocessors, }?: Omit<GeneratorFactoryParams, 'variation'>) => ComponentGenerator;
export { createComponentGenerator };
//# sourceMappingURL=index.d.ts.map

12

package.json
{
"name": "@teleporthq/teleport-component-generator",
"version": "0.26.4",
"version": "0.26.5",
"description": "Bare-bone component generator on top of which you can add plugins, mappings and post processing functions",

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

"@starptech/prettyhtml-hast-to-html": "^0.10.0",
"@teleporthq/teleport-shared": "^0.26.0",
"@teleporthq/teleport-types": "^0.26.0",
"@teleporthq/teleport-uidl-resolver": "^0.26.4",
"@teleporthq/teleport-uidl-validator": "^0.26.0"
"@teleporthq/teleport-shared": "^0.26.5",
"@teleporthq/teleport-types": "^0.26.5",
"@teleporthq/teleport-uidl-resolver": "^0.26.5",
"@teleporthq/teleport-uidl-validator": "^0.26.5"
},
"gitHead": "35bbfa2cf41ae944c132316565a53af251a88429"
"gitHead": "564e726c5481e2b39e16e79b76319aa72d12bbb5"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet