Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

content-kit-compiler

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

content-kit-compiler - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

src/main.js

4

package.json
{
"name": "content-kit-compiler",
"version": "0.1.5",
"version": "0.1.6",
"description": "Compiler for content-kit suite: parses markup to json and renders json to markup",
"repository": "https://github.com/bustlelabs/content-kit-compiler",
"main": "dist/content-kit-compiler.js",
"jsnext:main": "src/index.js",
"jsnext:main": "src/main.js",
"scripts": {

@@ -9,0 +9,0 @@ "test": "gulp test"

@@ -1,18 +0,3 @@

import Type from './types/type';
import BlockModel from './models/block';
import EmbedModel from './models/embed';
import Compiler from './compiler';
import HTMLParser from './parsers/html-parser';
import HTMLRenderer from './renderers/html-renderer';
import ContentKit from './main';
/**
* @namespace ContentKit
* Public ContentKit Compiler modules
*/
var ContentKit = window.ContentKit = {};
ContentKit.Type = Type;
ContentKit.BlockModel = BlockModel;
ContentKit.EmbedModel = EmbedModel;
ContentKit.Compiler = Compiler;
ContentKit.HTMLParser = HTMLParser;
ContentKit.HTMLRenderer = HTMLRenderer;
window.ContentKit = ContentKit;
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