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

@convertkit/slate-code

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convertkit/slate-code - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

dist/index.cjs.js

20

package.json
{
"name": "@convertkit/slate-code",
"version": "0.0.6",
"version": "0.0.7",
"description": "A plugin for handling code in the ConvertKit Editor",
"main": "src/index.js",
"module": "es/index.js",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"repository": {

@@ -12,5 +12,5 @@ "type": "git",

"scripts": {
"test": "jest --config ../../jest.config.js",
"test": "library test",
"lint": "eslint . --max-warnings=0",
"build": "rollup src/index.js --config ../../rollup.config.js"
"build": "library build"
},

@@ -27,5 +27,4 @@ "author": "",

"files": [
"es",
"dist",
"src",
"lib",
"index.js",

@@ -35,9 +34,10 @@ "styles.css"

"devDependencies": {
"@convertkit/slate-testing-library": "^0.0.4"
"@convertkit/slate-testing-library": "^0.0.5",
"library-cli": "^0.0.2"
},
"dependencies": {
"@convertkit/slate-keymap": "^0.1.2",
"@convertkit/slate-keymap": "^0.1.3",
"prismjs": "^1.15.0"
},
"gitHead": "ca6cf94b91953ad2ca504a585e19a1ffef1df25d"
"gitHead": "cd5c60902e85956b1a1ce83b0b6fcf0f4f07b237"
}
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