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

ep_context

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_context - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

1

ep.json

@@ -10,3 +10,2 @@ {

"aceEditEvent": "ep_context/static/js/index",
"aceRegisterBlockElements": "ep_context/static/js/index",
"aceDomLineProcessLineAttributes": "ep_context/static/js/index",

@@ -13,0 +12,0 @@ "collectContentPre": "ep_context/static/js/shared",

2

package.json
{
"description": "Context for Etherpad Documents, very WIP.",
"name": "ep_context",
"version": "0.0.1",
"version": "0.0.2",
"author": {

@@ -6,0 +6,0 @@ "name": "John McLear",

@@ -161,2 +161,3 @@ var _, $, jQuery;

var contexts = /context:(.*?) /i.exec(context.cls);
if(!contexts) return [];
var tags = contexts[1];

@@ -163,0 +164,0 @@ tags = tags.split("$");

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