Socket
Socket
Sign inDemoInstall

francy

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.1.3

LICENSE

24

index.js

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

import { default as FrancyApp } from './src/francy';
import { Logger } from 'francy-core';
/**
* The {Francy} singleton
* @public
*/
export const Francy = new FrancyApp({ appendTo: 'body', callbackHandler: Logger.info });
if (window) {
if (!window.Francy) {
Logger.debug('Attaching Francy instance to window object...');
window.Francy = Francy;
}
}
if (global) {
if (!global.Francy) {
Logger.debug('Attaching Francy instance to global object...');
global.Francy = Francy;
}
}
export { FrancyApp } from './src/francy';
export { MIME, Logger } from 'francy-core';
const webpack = require('webpack');
const fPackage = require('./package.json');
const puppeteer = require("puppeteer");
process.env.CHROME_BIN = puppeteer.executablePath();

@@ -4,0 +6,0 @@ module.exports = function (config) {

{
"name": "francy",
"version": "1.0.4",
"version": "1.1.3",
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP",

@@ -22,4 +22,4 @@ "author": "Manuel Martins <manuelmachadomartins@gmail.com>",

"dependencies": {
"francy-core": "^1.0.4"
"francy-core": "^1.1.3"
}
}
# Francy
[![npm version](https://badge.fury.io/js/francy.svg)](https://badge.fury.io/js/francy)
This is the base package of Francy. It implements the Frame containing the menus and "working area" for graphs and charts.
# License
[MIT](LICENSE) License
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc