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

checkcss

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

checkcss - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

dist/index.d.ts

15

package.json
{
"name": "checkcss",
"version": "1.1.2",
"version": "1.2.0",
"type": "module",
"description": "Utility method for warning when elements have a `class` attribute that refers to an undefined CSS class",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "rm -fr dist && yarn build",
"build": "tsc",
"build:watch": "tsc --watch"
},

@@ -24,3 +28,6 @@ "repository": {

"author": " <robert@broofa.com>",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"typescript": "^4.7.3"
}
}
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