rc-drawer
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -13,3 +13,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import KeyCode from "rc-util/es/KeyCode"; | ||
import omit from 'omit.js'; | ||
import omit from "rc-util/es/omit"; | ||
import { addEventListener, dataToArray, getTouchParentScroll, isNumeric, removeEventListener, transformArguments, transitionEnd, transitionStr, windowIsUndefined } from './utils'; | ||
@@ -16,0 +16,0 @@ var currentDrawer = {}; |
@@ -36,3 +36,3 @@ "use strict"; | ||
var _omit = _interopRequireDefault(require("omit.js")); | ||
var _omit = _interopRequireDefault(require("rc-util/lib/omit")); | ||
@@ -39,0 +39,0 @@ var _utils = require("./utils"); |
{ | ||
"name": "rc-drawer", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "drawer component for react", | ||
@@ -17,10 +17,10 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/ant-motion/drawer", | ||
"homepage": "https://github.com/react-component/drawer", | ||
"author": "155259966@qq.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ant-motion/drawer.git" | ||
"url": "https://github.com/react-component/drawer.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ant-motion/drawer/issues" | ||
"url": "https://github.com/react-component/drawer/issues" | ||
}, | ||
@@ -48,2 +48,7 @@ "files": [ | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.1", | ||
"classnames": "^2.2.6", | ||
"rc-util": "^5.7.0" | ||
}, | ||
"devDependencies": { | ||
@@ -72,9 +77,3 @@ "@types/classnames": "^2.2.9", | ||
"typescript": "^4.0.3" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.1", | ||
"classnames": "^2.2.6", | ||
"omit.js": "^2.0.2", | ||
"rc-util": "^5.6.2" | ||
} | ||
} |
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
79601
5
- Removedomit.js@^2.0.2
- Removedomit.js@2.0.2(transitive)
Updatedrc-util@^5.7.0