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

gridstack

Package Overview
Dependencies
Maintainers
3
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridstack - npm Package Compare versions

Comparing version 2.0.0-rc3 to 2.0.0

2

dist/gridstack-dd.js
"use strict";
// gridstack-dd.ts 2.0.0-rc2 @preserve
// gridstack-dd.ts 2.0.0 @preserve
Object.defineProperty(exports, "__esModule", { value: true });

@@ -4,0 +4,0 @@ /**

"use strict";
// gridstack-engine.ts 2.0.0-rc2 @preserve
// gridstack-engine.ts 2.0.0 @preserve
Object.defineProperty(exports, "__esModule", { value: true });

@@ -4,0 +4,0 @@ /**

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

// gridstack-poly.js 2.0.0-rc2 @preserve
// gridstack-poly.js 2.0.0 @preserve

@@ -3,0 +3,0 @@ /** IE and older browsers Polyfills for this library

"use strict";
// gridstack-dd-jqueryui.ts 2.0.0-rc2 @preserve
// gridstack-dd-jqueryui.ts 2.0.0 @preserve
function __export(m) {

@@ -4,0 +4,0 @@ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];

@@ -186,6 +186,6 @@ /**

export interface DDDragInOpt extends DDDragOpt {
/** used when draging item from the outside, and canceling (ex: 'invalid')*/
revert?: string;
/** helper function when dropping (ex: 'clone') */
helper?: string;
/** used when dragging item from the outside, and canceling (ex: 'invalid' or your own method)*/
revert?: string | ((event: Event) => HTMLElement);
/** helper function when dropping (ex: 'clone' or your own method) */
helper?: string | ((event: Event) => HTMLElement);
}

@@ -192,0 +192,0 @@ /**

"use strict";
// types.ts 2.0.0-rc2 @preserve
// types.ts 2.0.0 @preserve
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
"use strict";
// utils.ts 2.0.0-rc2 @preserve
// utils.ts 2.0.0 @preserve
Object.defineProperty(exports, "__esModule", { value: true });

@@ -4,0 +4,0 @@ /** checks for obsolete method names */

@@ -8,3 +8,3 @@ Change log

- [2.0.0-dev (upcoming)](#200-dev-upcoming)
- [2.0.0-dev (2020-09-07)](#200-dev-2020-09-07)
- [1.2.1 (2020-09-04)](#121-2020-09-04)

@@ -40,3 +40,3 @@ - [1.2.0 (2020-08-01)](#120-2020-08-01)

## 2.0.0-dev (upcoming)
## 2.0.0-dev (2020-09-07)

@@ -43,0 +43,0 @@ - re-write to native Typescript, removing all JQuery from main code and API (drag&drop plugin still using jqueryui for now)

{
"name": "gridstack",
"version": "2.0.0-rc3",
"version": "2.0.0",
"description": "TypeScript/Javascript lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Ember, knockout...)",

@@ -5,0 +5,0 @@ "main": "./dist/gridstack.js",

@@ -97,4 +97,4 @@ gridstack.js

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@2.0.0-rc2/dist/gridstack.min.css" />
<script src="https://cdn.jsdelivr.net/npm/gridstack@2.0.0-rc2/dist/gridstack.all.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@2.0.0/dist/gridstack.min.css" />
<script src="https://cdn.jsdelivr.net/npm/gridstack@2.0.0/dist/gridstack.all.js"></script>
```

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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