Comparing version 2.0.4 to 3.0.0
{ | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"modernizr": "^3", | ||
@@ -93,2 +93,3 @@ "options": { | ||
"test/css/appearance", | ||
"test/css/aspectratio", | ||
"test/css/backdropfilter", | ||
@@ -307,2 +308,3 @@ "test/css/backgroundblendmode", | ||
"test/window/matchmedia", | ||
"test/window/pushmanager", | ||
"test/window/resizeobserver", | ||
@@ -313,3 +315,4 @@ "test/workers/blobworkers", | ||
"test/workers/transferables", | ||
"test/workers/webworkers" | ||
"test/workers/webworkers", | ||
"test/workers/workertypeoption" | ||
], | ||
@@ -323,5 +326,5 @@ "options": [ | ||
"minify": true, | ||
"dest": "build/modernizr-package.js", | ||
"dest": "build/modernizr-custom.js", | ||
"classPrefix": "" | ||
} | ||
} |
{ | ||
"name": "customizr", | ||
"description": "Build out a lean, mean Modernizr machine.", | ||
"version": "2.0.4", | ||
"version": "3.0.0", | ||
"main": "src", | ||
@@ -32,8 +32,9 @@ "bin": { | ||
"nopt": "^5.0.0", | ||
"promised-io": "^0.3.6" | ||
"promised-io": "^0.3.6", | ||
"yargs": "^17.7.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.3.6", | ||
"fs-extra": "^10.0.0", | ||
"mocha": "^9.2.0", | ||
"chai": "^4.3.7", | ||
"fs-extra": "^11.1.1", | ||
"mocha": "^10.2.0", | ||
"nexpect": "^0.6.0" | ||
@@ -45,3 +46,3 @@ }, | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=16" | ||
}, | ||
@@ -48,0 +49,0 @@ "keywords": [ |
# customizr | ||
[![Build Status](https://github.com/Modernizr/customizr/actions/workflows/testing.yml/badge.svg)](https://github.com/Modernizr/customizr/actions/workflows/testing.yml) | ||
[![NPM](https://nodei.co/npm/customizr.png?compact=true)](https://nodei.co/npm/customizr/) | ||
[![npm version](https://badge.fury.io/js/customizr.svg)](https://badge.fury.io/js/customizr) | ||
@@ -257,3 +257,3 @@ ##### *tl;dr:* This tool crawls through your project files, gathers up your references to Modernizr tests and outputs a lean, mean Modernizr machine. | ||
## License | ||
Copyright (c) 2021 The Modernizr team | ||
Copyright (c) 2023 The Modernizr team | ||
Licensed under the MIT license. |
@@ -113,2 +113,3 @@ /* global define */ | ||
"appearance": M.appearance, | ||
"aspectratio": M.aspectratio, | ||
"backdropfilter": M.backdropfilter, | ||
@@ -411,2 +412,3 @@ "backgroundblendmode": M.backgroundblendmode, | ||
"matchmedia": M.matchmedia, | ||
"pushmanager": M.pushmanager, | ||
"resizeobserver": M.resizeobserver | ||
@@ -419,3 +421,4 @@ }, | ||
"transferables": M.transferables, | ||
"webworkers": M.webworkers | ||
"webworkers": M.webworkers, | ||
"workertypeoption": M.workertypeoption | ||
} | ||
@@ -422,0 +425,0 @@ }; |
@@ -111,2 +111,3 @@ var Modernizr = window.Modernizr; | ||
"appearance": Modernizr.appearance, | ||
"aspectratio": Modernizr.aspectratio, | ||
"backdropfilter": Modernizr.backdropfilter, | ||
@@ -409,2 +410,3 @@ "backgroundblendmode": Modernizr.backgroundblendmode, | ||
"matchmedia": Modernizr.matchmedia, | ||
"pushmanager": Modernizr.pushmanager, | ||
"resizeobserver": Modernizr.resizeobserver | ||
@@ -417,4 +419,5 @@ }, | ||
"transferables": Modernizr.transferables, | ||
"webworkers": Modernizr.webworkers | ||
"webworkers": Modernizr.webworkers, | ||
"workertypeoption": Modernizr.workertypeoption | ||
} | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
331414
11
25
8101
+ Addedyargs@^17.7.2
+ Addedcliui@8.0.1(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@17.7.2(transitive)
+ Addedyargs-parser@21.1.1(transitive)