🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

mathml-to-clipboard

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathml-to-clipboard - npm Package Compare versions

Comparing version

to
1.0.1

0

dist/main.js

@@ -0,0 +0,0 @@ (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){

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

16

package.json
{
"author": {
"name": "Yaffle"
},
"bugs": {
"url": "https://github.com/Yaffle/mathml-to-clipboard/issues"
},
"name": "mathml-to-clipboard",
"version": "1.0.0",
"description": "A copy event handler for a web application to transform MathML into AsciiMath and put into the clipboard.",
"homepage": "https://github.com/Yaffle/mathml-to-clipboard#readme",
"version": "1.0.1",
"license": "ISC",
"main": "dist/main.js",
"devDependencies": {

@@ -8,2 +18,6 @@ "mathml-to-asciimath": "latest",

},
"repository": {
"type": "git",
"url": "git+https://github.com/Yaffle/mathml-to-clipboard.git"
},
"scripts": {

@@ -10,0 +24,0 @@ "build": "browserify mathml-to-clipboard.js > dist/main.js"