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

tortellini

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tortellini - npm Package Compare versions

Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.13

2

index.js

@@ -41,3 +41,3 @@ const languages = {

suggestions: [
"const", "let", "for", "white", "of", "new",
"const", "let", "for", "while", "of", "new",
"document", "Document", "String", "Number", "Array", "Object",

@@ -44,0 +44,0 @@ ...Object.getOwnPropertyNames(Document.prototype).filter((property) => !property.includes("queryCommand")),

@@ -23,3 +23,3 @@ interface Language {

replacement?: string;
}
};
class: string;

@@ -67,3 +67,3 @@ }

suggestions: [
"const", "let", "for", "white", "of", "new",
"const", "let", "for", "while", "of", "new",
"document", "Document", "String", "Number", "Array", "Object",

@@ -70,0 +70,0 @@ ...Object.getOwnPropertyNames(Document.prototype).filter((property: string) => !property.includes("queryCommand")),

{
"name": "tortellini",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.13",
"description": "A minimal code editor 🐢",

@@ -14,3 +14,4 @@ "main": "index.js",

"javascript-editor",
"browser-editor"
"browser-editor",
"html-editor"
],

@@ -23,2 +24,2 @@ "author": "Leonard Ginters",

"homepage": "https://github.com/l2ig/tortellini#readme"
}
}
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