Comparing version 0.0.0 to 0.0.26
{ | ||
"name": "beasties", | ||
"version": "0.0.0", | ||
"version": "0.0.26", | ||
"description": "Inline critical CSS and lazy-load the rest.", | ||
"main": "dist/beasties.js", | ||
"module": "dist/beasties.mjs", | ||
"source": "src/index.js", | ||
"exports": { | ||
"import": "./dist/beasties.mjs", | ||
"require": "./dist/beasties.js", | ||
"default": "./dist/beasties.mjs" | ||
}, | ||
"typings": "src/index.d.ts", | ||
"files": [ | ||
"src", | ||
"dist" | ||
], | ||
"author": "Daniel Roe <daniel@roe.dev>" | ||
} | ||
"license": "Apache-2.0", | ||
"author": "The Chromium Authors", | ||
"contributors": [ | ||
{ | ||
"name": "Jason Miller", | ||
"email": "developit@google.com" | ||
}, | ||
{ | ||
"name": "Janicklas Ralph", | ||
"email": "janicklas@google.com" | ||
} | ||
], | ||
"keywords": [ | ||
"critical css", | ||
"inline css", | ||
"critical", | ||
"beasties", | ||
"webpack plugin", | ||
"performance" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/danielroe/beasties", | ||
"directory": "packages/beasties" | ||
}, | ||
"scripts": { | ||
"build": "microbundle --target node --no-sourcemap -f cjs,esm", | ||
"docs": "documentation readme -q --no-markdown-toc -a public -s Usage --sort-order alpha src", | ||
"prepare": "npm run -s build" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.0", | ||
"css-select": "^5.1.0", | ||
"dom-serializer": "^2.0.0", | ||
"domhandler": "^5.0.2", | ||
"htmlparser2": "^8.0.2", | ||
"postcss": "^8.4.23", | ||
"postcss-media-query-parser": "^0.2.3" | ||
}, | ||
"devDependencies": { | ||
"documentation": "^13.0.2", | ||
"microbundle": "^0.12.3" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
166065
10
4168
0
271
7
2
3
+ Addedchalk@^4.1.0
+ Addedcss-select@^5.1.0
+ Addeddom-serializer@^2.0.0
+ Addeddomhandler@^5.0.2
+ Addedhtmlparser2@^8.0.2
+ Addedpostcss@^8.4.23
+ Addedansi-styles@4.3.0(transitive)
+ Addedboolbase@1.0.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcss-select@5.1.0(transitive)
+ Addedcss-what@6.1.0(transitive)
+ Addeddom-serializer@2.0.0(transitive)
+ Addeddomelementtype@2.3.0(transitive)
+ Addeddomhandler@5.0.3(transitive)
+ Addeddomutils@3.2.2(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedhtmlparser2@8.0.2(transitive)
+ Addednanoid@3.3.8(transitive)
+ Addednth-check@2.1.1(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpostcss@8.5.3(transitive)
+ Addedpostcss-media-query-parser@0.2.3(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedsupports-color@7.2.0(transitive)