Socket
Socket
Sign inDemoInstall

css-tree

Package Overview
Dependencies
2
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

6

package.json
{
"name": "css-tree",
"version": "2.0.0",
"version": "2.0.1",
"description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",

@@ -68,3 +68,3 @@ "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",

"build": "npm run bundle && npm run esm-to-cjs",
"build-and-test": "npm run bundle-and-test && npm run esm-to-cjs-and-test",
"build-and-test": "npm run build && npm run test:dist && npm run test:cjs",
"bundle": "node scripts/bundle",

@@ -100,3 +100,3 @@ "bundle-and-test": "npm run bundle && npm run test:dist",

"engines": {
"node": "^14.16.0 || >=15.0.0",
"node": "^12.20.0 || ^14.13.0 || >=15.0.0",
"npm": ">=7.0.0"

@@ -103,0 +103,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc