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.11 to 0.0.12

2

mode/trd.js

@@ -91,3 +91,3 @@ ace.define('ace/mode/trd_highlight_rules', function (acequire, exports, module) {

this.createWorker = function (session) {
this.$worker = new WorkerClient(["ace"], acequire("../worker/trd"), "TrdWorker");
this.$worker = new WorkerClient(["ace"], require("../worker/trd"), "TrdWorker");
this.$worker.attachToDocument(session.getDocument());

@@ -94,0 +94,0 @@

{
"name": "rc-brace",
"version": "0.0.11",
"version": "0.0.12",
"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