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.0.8 to 3.0.9

54

package.json
{
"name": "csstype",
"version": "3.0.8",
"version": "3.0.9",
"main": "",

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

"@types/chokidar": "^2.1.3",
"@types/jest": "^26.0.20",
"@types/jsdom": "^16.2.6",
"@types/node": "^14.14.31",
"@types/prettier": "^2.2.1",
"@types/request": "^2.48.5",
"@types/turndown": "^5.0.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"fast-glob": "^3.2.5",
"flow-bin": "^0.145.0",
"jest": "^26.6.3",
"jsdom": "^16.4.0",
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#60214baa97657c798dd7eac44b7bc73af4968033",
"mdn-data": "git+https://github.com/mdn/data.git#7f622300bb7e285a2cbce7db6f8ecd8f964a18eb",
"prettier": "^2.2.1",
"@types/jest": "^27.0.1",
"@types/jsdom": "^16.2.13",
"@types/node": "^16.9.1",
"@types/prettier": "^2.3.2",
"@types/request": "^2.48.7",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fast-glob": "^3.2.7",
"flow-bin": "^0.159.0",
"jest": "^27.2.0",
"jsdom": "^17.0.0",
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#9660656bb7acc7eee075d2b1ee589cbc2d8da1d0",
"mdn-data": "git+https://github.com/mdn/data.git#46942543a1ca2160b85a19e55dfcb33a964daecc",
"prettier": "^2.4.0",
"request": "^2.88.2",
"ts-jest": "^26.5.2",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"turndown": "^7.0.0",
"typescript": "~4.2.2",
"yarn": "^1.22.10"
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"turndown": "^7.1.1",
"typescript": "~4.4.3"
},
"scripts": {
"prepublish": "yarn install --cwd __tests__ && yarn install --cwd __tests__/__fixtures__",
"prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
"prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",

@@ -43,5 +45,5 @@ "update": "ts-node --files update.ts",

"watch": "ts-node --files build.ts --watch",
"lint": "tslint --exclude node_modules/**/* --exclude **/*.d.ts --fix **/*.ts",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
"lazy": "tsc && npm run lint && npm run pretty",
"lazy": "tsc && npm run lint",
"test": "jest",

@@ -48,0 +50,0 @@ "test:src": "jest src.*.ts",

@@ -36,4 +36,2 @@ # CSSType

$ npm install csstype
$ # or
$ yarn add csstype
```

@@ -271,5 +269,5 @@

- `yarn build` Generates typings and type checks them
- `yarn watch` Runs build on each save
- `yarn test` Runs the tests
- `yarn lazy` Type checks, lints and formats everything
- `npm run build` Generates typings and type checks them
- `npm run watch` Runs build on each save
- `npm run test` Runs the tests
- `npm run lazy` Type checks, lints and formats everything

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