Socket
Socket
Sign inDemoInstall

@telerik/kendo-draggable

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@telerik/kendo-draggable - npm Package Compare versions

Comparing version 1.9.1-dev.201901151010 to 1.9.1-dev.201901310806

jenkins.json

14

dist/npm/main.d.ts
interface DraggableOptions {
press?: Function,
drag?: Function,
release?: Function,
mouseOnly?: boolean
press?: Function;
drag?: Function;
release?: Function;
mouseOnly?: boolean;
}
export default class Draggable {
constructor(options?: DraggableOptions)
bindTo(element: Element)
destroy()
constructor(options?: DraggableOptions);
bindTo(element: Element): void;
destroy(): void;
}

@@ -6,3 +6,3 @@ {

"license": "Apache-2.0",
"version": "1.9.1-dev.201901151010",
"version": "1.9.1-dev.201901310806",
"main": "dist/npm/main.js",

@@ -15,3 +15,3 @@ "module": "dist/es/main.js",

"build-package": "gulp build-rollup-package",
"test": "gulp e2e",
"test": "tsc && gulp e2e",
"lint": "gulp lint",

@@ -31,4 +31,5 @@ "semantic-release": "semantic-release pre && semantic-prerelease publish && semantic-release post"

"gulp": "3.9.0",
"validate-commit-msg": "^1.1.1",
"semantic-release": "^6.3.6"
"semantic-release": "^6.3.6",
"typescript": "^2.9.2",
"validate-commit-msg": "^1.1.1"
},

@@ -35,0 +36,0 @@ "config": {

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