@mekari/pixel-stack
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
5039
5
121
1
+ Added@mekari/pixel-flex@0.0.5(transitive)
+ Added@mekari/pixel-utils@0.0.5(transitive)
- Removed@mekari/pixel-flex@0.0.4(transitive)
- Removed@mekari/pixel-utils@0.0.4(transitive)
Updated@mekari/pixel-box@^0.0.5
Updated@mekari/pixel-flex@^0.0.5
Updated@mekari/pixel-utils@^0.0.5