netlify-cms-widget-date
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.2.0-beta.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date/compare/netlify-cms-widget-date@2.1.1-beta.0...netlify-cms-widget-date@2.2.0-beta.0) (2019-03-21) | ||
### Features | ||
* provide usable UMD builds for all packages ([#2141](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date/issues/2141)) ([82cc794](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date/commit/82cc794)) | ||
## [2.1.1-beta.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date/compare/netlify-cms-widget-date@2.1.0...netlify-cms-widget-date@2.1.1-beta.0) (2019-03-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "netlify-cms-widget-date", | ||
"description": "Widget for editing dates in Netlify CMS.", | ||
"version": "2.1.1-beta.0", | ||
"version": "2.2.0-beta.0", | ||
"homepage": "https://www.netlifycms.org/docs/widgets/#date", | ||
@@ -26,18 +26,12 @@ "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date", | ||
}, | ||
"devDependencies": { | ||
"cross-env": "^5.2.0", | ||
"css-loader": "^2.1.1", | ||
"to-string-loader": "^1.1.5", | ||
"webpack": "^4.29.6", | ||
"webpack-cli": "^3.2.3" | ||
}, | ||
"peerDependencies": { | ||
"@emotion/core": "^10.0.9", | ||
"@emotion/styled": "^10.0.9", | ||
"moment": "^2.11.2", | ||
"netlify-cms-ui-default": "^2.0.0", | ||
"prop-types": "^15.5.10", | ||
"react": "^16.4.1" | ||
"moment": "^2.24.0", | ||
"netlify-cms-ui-default": "^2.4.1-beta.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.4", | ||
"react-dom": "^16.8.4" | ||
}, | ||
"gitHead": "79be4b360737cd52be7bfd12c7d74a0cfe36a2c0" | ||
"gitHead": "e5494d58cba2fec38ebe619273b12c378441710e" | ||
} |
@@ -11,2 +11,3 @@ import controlComponent from './DateControl'; | ||
export const NetlifyCmsWidgetDate = { Widget, controlComponent, previewComponent }; | ||
export { Widget as default, controlComponent, previewComponent }; |
const { getConfig } = require('../../scripts/webpack.js'); | ||
const baseWebpackConfig = getConfig(); | ||
module.exports = { | ||
...baseWebpackConfig, | ||
module: { | ||
rules: [ | ||
...baseWebpackConfig.module.rules, | ||
{ | ||
test: /\.css$/, | ||
include: [/react-datetime/], | ||
use: ['to-string-loader', 'css-loader'], | ||
}, | ||
], | ||
}, | ||
}; | ||
module.exports = getConfig(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
0
-100%3
-25%3
-25%195038
-65.48%8
14.29%287
-61.16%