Socket
Socket
Sign inDemoInstall

@progress/kendo-drawing

Package Overview
Dependencies
1
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.19.0 to 1.19.1-dev.202403041258

7

dist/es2015/pdf/core.js

@@ -867,9 +867,4 @@ /* eslint-disable no-multi-spaces, key-spacing, indent, camelcase, space-before-blocks, eqeqeq, brace-style */

var PDFName_cache = {};
function _(name) {
if (hasOwnProperty(PDFName_cache, name)) {
return PDFName_cache[name];
}
return (PDFName_cache[name] = new PDFName(name));
return new PDFName(name);
}

@@ -876,0 +871,0 @@

2

package.json
{
"name": "@progress/kendo-drawing",
"description": "Kendo UI Drawing",
"version": "1.19.0",
"version": "1.19.1-dev.202403041258",
"main": "dist/npm/main.js",

@@ -6,0 +6,0 @@ "module": "dist/es/main.js",

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

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

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

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc