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

@convertkit/editor-html

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convertkit/editor-html - npm Package Compare versions

Comparing version 0.1.3 to 0.1.5

2

es/index.js

@@ -1107,3 +1107,3 @@ import React, { Component } from 'react';

type: "button"
}, this.state.editing ? "Preview" : "Edit"));
}, this.state.editing ? "PREVIEW" : "EDIT"));
};

@@ -1110,0 +1110,0 @@

{
"name": "@convertkit/editor-html",
"version": "0.1.3",
"version": "0.1.5",
"description": "A plugin for handling HTML in the ConvertKit Editor",

@@ -31,3 +31,3 @@ "main": "index.js",

},
"gitHead": "761e161ac267a7f3baaafaa0fc8163b85484f97f"
"gitHead": "b360917ef46d3dfa959b70688172354c4ce6f510"
}

@@ -56,3 +56,3 @@ import React, { Component } from "react";

>
{this.state.editing ? "Preview" : "Edit"}
{this.state.editing ? "PREVIEW" : "EDIT"}
</button>

@@ -59,0 +59,0 @@ </div>

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