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

@vrembem/core

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vrembem/core - npm Package Compare versions

Comparing version 4.0.0-alpha.1 to 4.0.0-next.0

dev/index.css

46

package.json
{
"name": "@vrembem/core",
"description": "The core variables, functions and mixins for Vrembem components.",
"version": "4.0.0-alpha.1",
"description": "Shared variables, functions and mixins for Vrembem components.",
"version": "4.0.0-next.0",
"license": "MIT",
"type": "module",
"keywords": [

@@ -12,8 +13,12 @@ "BEM",

],
"source": "index.js",
"main": "dist/scripts.js",
"module": "dist/scripts.esm.js",
"unpkg": "dist/scripts.umd.js",
"main": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"unpkg": "dist/index.umd.cjs",
"sass": "index.scss",
"style": "dist/styles.css",
"style": "dist/index.css",
"files": [

@@ -26,21 +31,22 @@ "dev",

"palette.scss",
"theme.scss",
"root.scss"
"root.scss",
"theme.scss"
],
"scripts": {
"serve": "vite",
"build": "npm-run-all clean styles root scripts",
"clean": "del dev && del dist",
"scripts": "npm-run-all scripts:dev scripts:dist",
"scripts:dev": "npm run scripts:dist -- --output=dev/scripts.js --no-compress",
"scripts:dist": "microbundle --name=vrembem.core",
"scripts:dev": "vite build --outDir dev --minify false",
"scripts:dist": "vite build --outDir dist",
"styles": "npm-run-all styles:dev styles:dist",
"styles:dev": "sass root.scss dev/root.css --load-path=node_modules",
"styles:dist": "sass root.scss dist/root.css --load-path=node_modules --style=compressed",
"styles:dev": "sass root.scss dev/index.css --load-path=../../node_modules",
"styles:dist": "sass root.scss dist/index.css --load-path=../../node_modules --style=compressed",
"root": "npm-run-all root:dev root:dist",
"root:dev": "sass src/scss/root:dev --load-path=node_modules",
"root:dist": "sass src/scss/root:dist --load-path=node_modules --style=compressed",
"root:dev": "sass src/scss/root:dev --load-path=../../node_modules",
"root:dist": "sass src/scss/root:dist --load-path=../../node_modules --style=compressed",
"watch": "concurrently --kill-others 'npm run watch:scripts' 'npm run watch:styles' 'npm run watch:root'",
"watch:scripts": "nodemon -e js -x 'npm run scripts' -i dev -i dist",
"watch:styles": "nodemon -e scss -x 'npm run styles'",
"watch:root": "nodemon -e scss -x 'npm run root'"
"watch:scripts": "concurrently 'npm run scripts:dev -- --watch' 'npm run scripts:dist -- --watch'",
"watch:styles": "concurrently 'npm run styles:dev -- --watch' 'npm run styles:dist -- --watch'",
"watch:root": "concurrently 'npm run root:dev -- --watch' 'npm run root:dist -- --watch'"
},

@@ -56,6 +62,6 @@ "repository": {

},
"gitHead": "e5128bb968b4b25ca6ba5b0cc728985cccb23e8f",
"gitHead": "d966f513f86f66dddf93ed60ddefe51124562dc0",
"dependencies": {
"focusable-selectors": "^0.8.0"
"focusable-selectors": "^0.8.1"
}
}
# Core
The core variables, functions and mixins for Vrembem components.
Shared variables, functions and mixins for Vrembem components.

@@ -5,0 +5,0 @@ [![npm version](https://img.shields.io/npm/v/%40vrembem%2Fcore.svg)](https://www.npmjs.com/package/%40vrembem%2Fcore)

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