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

@vtex/css-handles

Package Overview
Dependencies
Maintainers
39
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/css-handles - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

7

CHANGELOG.md

@@ -7,4 +7,9 @@ # Changelog

## [Unreleased]
## [1.1.0] - 2019-04-10
### Added
- Exports BlockClass interface.
## [1.0.2] - 2019-04-10
### Fixed

@@ -11,0 +16,0 @@

export declare const safelyGetBlockClass: (blockClass: string) => string;
export declare const generateBlockClass: (baseClass: string, blockClass?: string | undefined) => string;
export interface BlockClass {
blockClass?: string;
}

2

package.json
{
"name": "@vtex/css-handles",
"description": "> Module for handling CSS classes",
"version": "1.0.2",
"version": "1.1.0",
"license": "ISC",

@@ -6,0 +6,0 @@ "esnext": "dist-src/index.js",

@@ -31,2 +31,10 @@ # @vtex/css-handles

It will render:
```html
<div class="vtex-foo-1-x-container vtex-foo-1-x-container--bar">
Hello world!
</div>
```
### Development

@@ -33,0 +41,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