New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adguard/css-tokenizer

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adguard/css-tokenizer - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/csstokenizer.d.ts
/*
* CSSTokenizer v1.1.0 (build date: Wed, 18 Sep 2024 15:57:14 GMT)
* CSSTokenizer v1.1.1 (build date: Thu, 19 Sep 2024 13:23:31 GMT)
* (c) 2024 Adguard Software Ltd.

@@ -4,0 +4,0 @@ * Released under the MIT license

{
"name": "@adguard/css-tokenizer",
"version": "1.1.0",
"version": "1.1.1",
"description": "CSS / Extended CSS tokenizer",

@@ -31,3 +31,5 @@ "keywords": [

"files": [
"dist"
"dist/csstokenizer.d.ts",
"dist/csstokenizer.js",
"dist/csstokenizer.mjs"
],

@@ -91,4 +93,5 @@ "devDependencies": {

"lint:ts": "eslint . --cache --ext .ts",
"test": "jest --runInBand"
"test": "jest --runInBand",
"test:smoke": "(cd test/smoke/esm && pnpm test) && (cd test/smoke/cjs && pnpm test) && (cd test/smoke/typescript && pnpm test)"
}
}

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