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

csstype

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csstype - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

22

package.json
{
"name": "csstype",
"version": "3.0.5",
"version": "3.0.6",
"main": "",

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

"@types/chokidar": "^2.1.3",
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.20",
"@types/jsdom": "^16.2.5",
"@types/node": "^14.14.7",
"@types/prettier": "^2.1.5",
"@types/node": "^14.14.20",
"@types/prettier": "^2.1.6",
"@types/request": "^2.48.5",
"@types/turndown": "^5.0.0",
"chalk": "^4.1.0",
"chokidar": "^3.4.3",
"chokidar": "^3.5.0",
"fast-glob": "^3.2.4",
"flow-bin": "^0.137.0",
"flow-bin": "^0.142.0",
"jest": "^26.6.3",
"jsdom": "^16.4.0",
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#37f0d1cb4765494ea388adc0d38c1e5eeb6a60e1",
"mdn-data": "git+https://github.com/mdn/data.git#29e9e61ddc8299bffc92545446bbd5d2b35ed1d5",
"prettier": "^2.1.2",
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#50a17da8e7568cdd6f78eace6f9250c1a7211810",
"mdn-data": "git+https://github.com/mdn/data.git#75f9f8f97d0ed35665885478828276b824f9baa0",
"prettier": "^2.2.1",
"request": "^2.88.2",
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"turndown": "^7.0.0",
"typescript": "~4.0.5",
"typescript": "~4.1.3",
"yarn": "^1.22.10"

@@ -36,0 +36,0 @@ },

@@ -172,2 +172,17 @@ # CSSType

Adding type checked CSS properties to a `HTMLElement`.
```ts
import * as CSS from 'csstype';
const style: CSS.Properties = {
color: 'red',
margin: '1em',
};
let button = document.createElement('button');
Object.assign(button.style, style);
```
## What should I do when I get type errors?

@@ -174,0 +189,0 @@

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc