Socket
Socket
Sign inDemoInstall

@porsche-design-system/utilities

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@porsche-design-system/utilities - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1-rc.0

OSS_NOTICE

2

CHANGELOG.md

@@ -12,2 +12,4 @@ # Changelog

### [5.3.1-rc.0] - 2022-06-21
### [5.3.0] - 2022-05-19

@@ -14,0 +16,0 @@

2

dist/js/types/functions/focus-state.d.ts

@@ -7,3 +7,3 @@ declare type PseudoElement = '::before' | '::after';

};
export declare const focus: (opts?: Options | undefined) => string;
export declare const focus: (opts?: Options) => string;
export {};

@@ -6,3 +6,3 @@ export declare type Breakpoint = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';

declare type BreakpointOrNumber = Breakpoint | number;
export declare const mediaQuery: (minBreakpoint: BreakpointOrNumber, maxBreakpoint?: BreakpointOrNumber | undefined) => string;
export declare const mediaQuery: (minBreakpoint: BreakpointOrNumber, maxBreakpoint?: BreakpointOrNumber) => string;
export {};
{
"name": "@porsche-design-system/utilities",
"version": "5.3.0",
"version": "5.3.1-rc.0",
"description": "This package contains helpful SCSS functions, mixins and variables. Additionally, JavaScript variables, functions and helpers are provided.",

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

"author": "Dr. Ing. h.c. F. Porsche AG",
"license": "SEE LICENSE IN ./LICENSE",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://designsystem.porsche.com",

@@ -29,3 +29,6 @@ "main": "dist/js/index.js",

"dist/js",
"scss.scss"
"scss.scss",
"LICENSE",
"OSS_NOTICE",
"CHANGELOG.md"
],

@@ -46,6 +49,6 @@ "scripts": {

"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"rollup": "^2.73.0",
"@rollup/plugin-typescript": "^8.3.3",
"rollup": "^2.75.6",
"tslib": "^2.4.0",
"typescript": "~4.6.4"
"typescript": "~4.7.3"
},

@@ -52,0 +55,0 @@ "dependencies": {

@@ -66,2 +66,2 @@ # Porsche Design System - Utilities

- See [Custom License](./LICENSE) within npm package
- See **Custom License** within npm package
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