Socket
Socket
Sign inDemoInstall

csstype

Package Overview
Dependencies
0
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1 to 3.1.2

50

package.json
{
"name": "csstype",
"version": "3.1.1",
"version": "3.1.2",
"main": "",

@@ -12,29 +12,29 @@ "types": "index.d.ts",

"@types/chokidar": "^2.1.3",
"@types/css-tree": "^1.0.7",
"@types/jest": "^27.5.1",
"@types/jsdom": "^16.2.14",
"@types/node": "^17.0.33",
"@types/prettier": "^2.6.1",
"@types/css-tree": "^2.3.1",
"@types/jest": "^29.5.0",
"@types/jsdom": "^21.1.1",
"@types/node": "^16.18.23",
"@types/prettier": "^2.7.2",
"@types/request": "^2.48.8",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"eslint": "^8.15.0",
"css-tree": "^2.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"fast-glob": "^3.2.11",
"flow-bin": "^0.178.0",
"jest": "^28.1.0",
"jsdom": "^19.0.0",
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#0bf809b28f3cf5007a29b59b885dfada560ead47",
"mdn-data": "git+https://github.com/mdn/data.git#9fc21e14442ed6f71626e763e9f5e5370c533380",
"prettier": "^2.6.2",
"eslint": "^8.37.0",
"css-tree": "^2.3.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"fast-glob": "^3.2.12",
"flow-bin": "^0.203.1",
"jest": "^29.5.0",
"jsdom": "^21.1.1",
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#22e0f5f1707f29f0c646ea89f5ba5ea7734fa48a",
"mdn-data": "git+https://github.com/mdn/data.git#d0e0fce2abd53e5c918a2f6a38e8c4607027768a",
"prettier": "^2.8.7",
"request": "^2.88.2",
"ts-jest": "^28.0.2",
"ts-node": "^10.7.0",
"turndown": "^7.1.1",
"typescript": "~4.6.4"
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"turndown": "^7.1.2",
"typescript": "~5.0.3"
},

@@ -50,5 +50,5 @@ "scripts": {

"lazy": "tsc && npm run lint",
"test": "jest",
"test": "jest --runInBand",
"test:src": "jest src.*.ts",
"test:dist": "jest dist.*.ts"
"test:dist": "jest dist.*.ts --runInBand"
},

@@ -55,0 +55,0 @@ "files": [

@@ -213,2 +213,8 @@ # CSSType

// Allow namespaced CSS Custom Properties
[index: `--theme-${string}`]: any;
// Allow any CSS Custom Properties
[index: `--${string}`]: any;
// ...or allow any other property

@@ -215,0 +221,0 @@ [index: string]: any;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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