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

@kiniro/editor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kiniro/editor - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

kiniro-mode.js

@@ -8,3 +8,3 @@ // This mode was derived from commonlisp mode

var specialForm = /^(begin|apply|def|let|if|cond|throw|try|set|par|async|await)$/;
var numLiteral = /^[-+]?[0-9]*\.?[0-9]+$/;
var numLiteral = /[-+]?[0-9]*\.?[0-9]+/;
var symbol = /[a-zA-Z!?+\->\/_=\*<][a-zA-Z0-9!?+\->\/\\_=\*<]*/;

@@ -11,0 +11,0 @@ var type;

{
"name": "@kiniro/editor",
"version": "0.0.2",
"version": "0.0.3",
"description": "CodeMirror mode for @kiniro/lang (with demo).",

@@ -5,0 +5,0 @@ "main": "kiniro-mode.js",

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