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

frappe-gantt

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frappe-gantt - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

dist/frappe-gantt.css

5

package.json
{
"name": "frappe-gantt",
"version": "0.8.0",
"version": "0.8.1",
"description": "A simple, modern, interactive gantt library for the web",

@@ -20,3 +20,3 @@ "main": "src/index.js",

"type": "git",
"url": "https://github.com/frappe/gantt.git"
"url": "git+https://github.com/frappe/gantt.git"
},

@@ -30,3 +30,2 @@ "files": [

".": {
"import": "./dist/frappe-gantt.es.js",
"require": "./dist/frappe-gantt.umd.js"

@@ -33,0 +32,0 @@ }

@@ -33,2 +33,7 @@ <div align="center">

Or from the CDN:
```
<script src="https://cdn.jsdelivr.net/npm/frappe-gantt/dist/frappe-gantt.umd.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/frappe-gantt/dist/frappe-gantt.css">
```
And start hacking:

@@ -35,0 +40,0 @@

2

src/index.js

@@ -1295,3 +1295,3 @@ import date_utils from './date_utils';

if (this.options['on_' + event]) {
this.options['on_' + event].apply(null, args);
this.options['on_' + event].apply(this, args);
}

@@ -1298,0 +1298,0 @@ }

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