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

@remirror/extension-sup

Package Overview
Dependencies
Maintainers
2
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/extension-sup - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

18

dist/remirror-extension-sup.js

@@ -1,2 +0,2 @@

var _initClass, _SupExtension, _dec, _dec2, _dec3, _initProto;
var _initClass, _SupExtension, _dec, _dec2, _dec3, _initProto, _class;
function createAddInitializerMethod(e, t) { return function (r) { assertNotFinished(t, "addInitializer"), assertCallable(r, "An initializer"), e.push(r); }; }

@@ -29,9 +29,3 @@ function assertInstanceIfPrivate(e, t) { if (!e(t)) throw new TypeError("Attempted to access private element on non-instance"); }

command: "toggleSuperscript"
}), class SupExtension extends MarkExtension {
static {
({
e: [_initProto],
c: [_SupExtension, _initClass]
} = _applyDecs(this, [[_dec2, 2, "toggleSuperscript"], [_dec3, 2, "shortcut"]], [_dec]));
}
}), (_class = class SupExtension extends MarkExtension {
constructor(...args) {

@@ -66,6 +60,6 @@ super(...args);

}
static {
_initClass();
}
}), _SupExtension);
}, ({
e: [_initProto],
c: [_SupExtension, _initClass]
} = _applyDecs(_class, [[_dec2, 2, "toggleSuperscript"], [_dec3, 2, "shortcut"]], [_dec])), _initClass())), _SupExtension);
export { SupExtension };
{
"name": "@remirror/extension-sup",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Add superscript formatting to your text editor.",

@@ -39,3 +39,3 @@ "keywords": [

"@babel/runtime": "^7.22.3",
"@remirror/core": "3.0.0-beta.1",
"@remirror/core": "3.0.0-beta.2",
"@remirror/messages": "3.0.0-beta.1"

@@ -42,0 +42,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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