New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

beasties

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beasties - npm Package Compare versions

Comparing version 0.0.0 to 0.0.26

dist/beasties.js

59

package.json
{
"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"
}
}
dist/.gitkeep
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc