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

@mekari/pixel-stack

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mekari/pixel-stack - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

21

dist/mekari-pixel-stack.cjs.js

@@ -1,7 +0,16 @@

'use strict';
"use strict";
// this file might look strange and you might be wondering what it's for
// it's lets you import your source files by importing this entrypoint
// as you would import it if it was built with preconstruct build
// this file is slightly different to some others though
// it has a require hook which compiles your code with Babel
// this means that you don't have to set up @babel/register or anything like that
// but you can still require this module and it'll be compiled
if (process.env.NODE_ENV === "production") {
module.exports = require("./mekari-pixel-stack.cjs.prod.js");
} else {
module.exports = require("./mekari-pixel-stack.cjs.dev.js");
}
// this bit of code imports the require hook and registers it
let unregister = require("../../../node_modules/@preconstruct/hook").___internalHook(typeof __dirname === 'undefined' ? undefined : __dirname, "../../..", "..");
// this re-exports the source file
module.exports = require("../src/index.js");
unregister();
{
"name": "@mekari/pixel-stack",
"version": "0.0.4",
"version": "0.0.5",
"description": "Mekari Pixel | Stack component",

@@ -27,10 +27,10 @@ "homepage": "https://mekari.design/",

"dependencies": {
"@mekari/pixel-box": "^0.0.4",
"@mekari/pixel-flex": "^0.0.4",
"@mekari/pixel-utils": "^0.0.4"
"@mekari/pixel-box": "^0.0.5",
"@mekari/pixel-flex": "^0.0.5",
"@mekari/pixel-utils": "^0.0.5"
},
"devDependencies": {
"@emotion/css": "^11.0.0",
"@mekari/pixel-heading": "^0.0.6",
"@mekari/pixel-text": "^0.0.5",
"@mekari/pixel-heading": "^0.0.7",
"@mekari/pixel-text": "^0.0.6",
"vue": "^2.6.12"

@@ -37,0 +37,0 @@ },

@@ -5,2 +5,5 @@ import { createStyledAttrsMixin, SNA, StringArray, cloneVNode } from '@mekari/pixel-utils'

/**
* Usage :** ` import { MpStack } from '@mekari/pixel' `
**/
export const MpStack = {

@@ -7,0 +10,0 @@ name: 'MpStack',

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