Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adobe/css-tools

Package Overview
Dependencies
Maintainers
21
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/css-tools - npm Package Compare versions

Comparing version 4.0.0-rc.3 to 4.0.0-rc.4

dist/cjs/cssTools.js

4

dist/cjs/type.d.ts

@@ -25,3 +25,3 @@ import CssParseError from './CssParseError';

export declare type CssCommonPositionAST = CssCommonAST & {
position: Position;
position?: Position;
parent?: unknown;

@@ -34,3 +34,3 @@ };

rules: Array<CssAtRuleAST>;
parsingErrors: Array<CssParseError>;
parsingErrors?: Array<CssParseError>;
};

@@ -37,0 +37,0 @@ };

{
"name": "@adobe/css-tools",
"version": "4.0.0-rc.3",
"version": "4.0.0-rc.4",
"description": "CSS parser / stringifier",
"main": "dist/umd/index.js",
"module": "dist/cjs/index.js",
"main": "dist/umd/cssTools.js",
"module": "dist/cjs/cssTools.js",
"types": "dist/cjs/index.d.ts",

@@ -21,6 +21,8 @@ "files": [

"jest": "^28.1.1",
"rollup": "^2.75.6",
"ts-jest": "^28.0.4",
"ts-loader": "^9.3.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},

@@ -32,5 +34,4 @@ "scripts": {

"clean": "gts clean",
"build": "npm run build:cjs && npm run build:umd",
"build:cjs": "tsc --module commonjs --target es5 --outDir dist/cjs",
"build:umd": "npx rollup dist/cjs/index.js --format umd --name cssTools --sourcemap --file dist/umd/index.js",
"build": "npm run compile",
"compile": "NODE_ENV=prod webpack --mode production",
"fix": "gts fix",

@@ -37,0 +38,0 @@ "prepare": "npm run build",

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