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

@vtex/css-handles

Package Overview
Dependencies
Maintainers
45
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.1.1 to 1.1.2

dist-node/index.js

49

package.json
{
"name": "@vtex/css-handles",
"version": "1.1.1",
"description": "",
"main": "index.js",
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-standard-pkg",
{
"exclude": [
"__tests__/**/*"
]
}
],
[
"@pika/plugin-build-node"
],
[
"@pika/plugin-build-web"
],
[
"@pika/plugin-build-types"
]
]
"description": "> Module for handling CSS classes",
"version": "1.1.2",
"license": "ISC",
"esnext": "dist-src/index.js",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"types": "dist-types/index.d.ts",
"pika": true,
"sideEffects": false,
"keywords": [],
"files": [
"dist-*/",
"assets/",
"bin/"
],
"homepage": "https://github.com/vtex/css-handles#readme",
"bugs": {
"url": "https://github.com/vtex/css-handles/issues"
},

@@ -31,9 +26,3 @@ "repository": {

},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vtex/css-handles/issues"
},
"homepage": "https://github.com/vtex/css-handles#readme",
"dependencies": {},
"devDependencies": {

@@ -40,0 +29,0 @@ "@pika/pack": "^0.3.6",

@@ -41,26 +41,14 @@ # @vtex/css-handles

Install `@pika/pack`:
After installing dependencies, with `yarn`, run:
```sh
npm install -g @pika/pack
yarn run build
```
You can run its build:
```
pack build
```
### Publishing
Install `@pika/pack`:
After installing dependencies, with `yarn`, run:
```sh
npm install -g @pika/pack
```
Run:
```
pack publish
```
yarn run publish
```
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