dmn-js-drd
Advanced tools
Comparing version 11.0.0 to 11.0.1
@@ -30,9 +30,9 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } | ||
import { innerSVG } from 'tiny-svg'; | ||
import { wrapForCompatibility } from '../../dmn-js-shared/src/util/CompatibilityUtils'; | ||
import { wrapForCompatibility } from 'dmn-js-shared/lib/util/CompatibilityUtils'; | ||
/** | ||
* @typedef {import('../../dmn-js-shared/src/base/View).OpenResult} OpenResult | ||
* @typedef {import('dmn-js-shared/lib/base/View).OpenResult} OpenResult | ||
*/ | ||
/** | ||
* @typedef {import('../../dmn-js-shared/src/base/View).OpenError} OpenError | ||
* @typedef {import('dmn-js-shared/lib/base/View).OpenError} OpenError | ||
*/ | ||
@@ -39,0 +39,0 @@ |
{ | ||
"name": "dmn-js-drd", | ||
"description": "A decision requirements diagram view for dmn-js", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"files": [ | ||
@@ -41,3 +41,3 @@ "assets", | ||
}, | ||
"gitHead": "dd3238d9e1c7dfa3db02f6951214c7c9f77fdf97" | ||
"gitHead": "6bbe68984ce8729f493bde474c98478b1484561e" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
429322