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

mathquill-commonjs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathquill-commonjs - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

4

index.js

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

require('jquery')(window);
module.exports = require('./mathquill.js')(window.jQuery);
const jq = require('jquery');
module.exports = require('./mathquill.js')(jq);
{
"name": "mathquill-commonjs",
"description": "Easily type math in your webapp",
"version": "0.10.2",
"version": "0.10.3",
"license": "MPL-2.0",

@@ -6,0 +6,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