New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rc-brace

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-brace - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

mode/trd.js

@@ -114,11 +114,5 @@ ace.define('ace/mode/trd_highlight_rules', function (acequire, exports, module) {

var TrdHighLightRules = acequire('./trd_highlight_rules').TrdHighLightRules;
var MatchingBraceOutdent = acequire('./matching_brace_outdent').MatchingBraceOutdent;
var WorkerClient = acequire('../worker/worker_client').WorkerClient;
var CstyleBehaviour = acequire('./behaviour/cstyle').CstyleBehaviour;
var CStyleFoldMode = acequire('./folding/cstyle').FoldMode;
var TrdHighlights = function () {
this.HighlightRules = TrdHighLightRules;
this.$outdent = new MatchingBraceOutdent();
this.$behaviour = new CstyleBehaviour();
this.foldingRules = new CStyleFoldMode();
};

@@ -125,0 +119,0 @@ oop.inherits(TrdHighlights, TextMode);

2

package.json
{
"name": "rc-brace",
"version": "0.0.3",
"version": "0.0.4",
"description": "browserify compatible version of the ace editor.",

@@ -5,0 +5,0 @@ "main": "index.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