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

@material/touch-target

Package Overview
Dependencies
Maintainers
14
Versions
1639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/touch-target - npm Package Compare versions

Comparing version 15.0.0-canary.2d26722d2.0 to 15.0.0-canary.2f5b899bc.0

7

CHANGELOG.md

@@ -6,7 +6,12 @@ # Change Log

# [15.0.0-canary.2d26722d2.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.2d26722d2.0) (2022-12-02)
# [15.0.0-canary.2f5b899bc.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.2f5b899bc.0) (2024-05-20)
### Bug Fixes
* **touch-target:** touch-target mixin now works as expected also when the arguments are custom property strings. ([0e89aab](https://github.com/material-components/material-components-web/commit/0e89aab6b1651c9a22e6caa3c9a9f4b023ff61c3))
### Features
* **touch-target:** margin mixin now also allows custom property maps as arguments. ([dd99c87](https://github.com/material-components/material-components-web/commit/dd99c87645f91ff535df8d50be84ffcfd643ae47))

12

package.json
{
"name": "@material/touch-target",
"description": "Touch target mixins and variables for Material Components for the web",
"version": "15.0.0-canary.2d26722d2.0",
"version": "15.0.0-canary.2f5b899bc.0",
"license": "MIT",

@@ -19,6 +19,6 @@ "keywords": [

"dependencies": {
"@material/base": "15.0.0-canary.2d26722d2.0",
"@material/feature-targeting": "15.0.0-canary.2d26722d2.0",
"@material/rtl": "15.0.0-canary.2d26722d2.0",
"@material/theme": "15.0.0-canary.2d26722d2.0",
"@material/base": "15.0.0-canary.2f5b899bc.0",
"@material/feature-targeting": "15.0.0-canary.2f5b899bc.0",
"@material/rtl": "15.0.0-canary.2f5b899bc.0",
"@material/theme": "15.0.0-canary.2f5b899bc.0",
"tslib": "^2.1.0"

@@ -29,3 +29,3 @@ },

},
"gitHead": "76df2659d7f71f74a86512b38245422ca356fe12"
"gitHead": "751553ca74ad43074c963487257a8862de87844b"
}

@@ -27,2 +27,3 @@ /**

import * as path from 'path';
import {expectStylesWithNoFeaturesToBeEmpty} from '../../../testing/featuretargeting';

@@ -29,0 +30,0 @@

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