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

@csstools/css-calc

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/css-calc - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

22

CHANGELOG.md
# Changes to CSS Calc
### 1.1.1 (April 10, 2023)
### 1.1.2
_July 3, 2023_
- Updated [`@csstools/css-parser-algorithms`](/packages/css-parser-algorithms) to [`2.3.0`](/packages/css-parser-algorithms/CHANGELOG.md#230) (minor)
### 1.1.1
_April 10, 2023_
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
- Updated `@csstools/css-parser-algorithms` to `2.1.1` (patch)
### 1.1.0
_April 10, 2023_
### 1.1.0 (April 10, 2023)
- Expose the list of supported math functions.
### 1.0.1 (March 25, 2023)
### 1.0.1
_March 25, 2023_
- Improve case insensitive string matching.
### 1.0.0 (February 21, 2023)
### 1.0.0
_February 21, 2023_
- Initial version
{
"name": "@csstools/css-calc",
"description": "Solve CSS math expressions",
"version": "1.1.1",
"version": "1.1.2",
"contributors": [

@@ -17,6 +17,12 @@ {

"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/csstools"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/csstools"
},
{
"type": "opencollective",
"url": "https://opencollective.com/csstools"
}
],
"engines": {

@@ -43,3 +49,3 @@ "node": "^14 || ^16 || >=18"

"peerDependencies": {
"@csstools/css-parser-algorithms": "^2.1.1",
"@csstools/css-parser-algorithms": "^2.3.0",
"@csstools/css-tokenizer": "^2.1.1"

@@ -46,0 +52,0 @@ },

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