@mekari/pixel-stack
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,16 +0,7 @@ | ||
"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 | ||
'use strict'; | ||
// 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(); | ||
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"); | ||
} |
{ | ||
"name": "@mekari/pixel-stack", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Mekari Pixel | Stack component", | ||
@@ -27,10 +27,10 @@ "homepage": "https://mekari.design/", | ||
"dependencies": { | ||
"@mekari/pixel-box": "^0.0.5", | ||
"@mekari/pixel-flex": "^0.0.5", | ||
"@mekari/pixel-utils": "^0.0.5" | ||
"@mekari/pixel-box": "^0.0.6", | ||
"@mekari/pixel-flex": "^0.0.6", | ||
"@mekari/pixel-utils": "^0.0.6" | ||
}, | ||
"devDependencies": { | ||
"@emotion/css": "^11.0.0", | ||
"@mekari/pixel-heading": "^0.0.7", | ||
"@mekari/pixel-text": "^0.0.6", | ||
"@mekari/pixel-heading": "^0.0.8", | ||
"@mekari/pixel-text": "^0.0.7", | ||
"vue": "^2.6.12" | ||
@@ -37,0 +37,0 @@ }, |
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
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
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
13578
8
448
1
+ Added@mekari/pixel-flex@0.0.6(transitive)
+ Added@mekari/pixel-styled-system@0.0.3(transitive)
+ Added@mekari/pixel-utils@0.0.6(transitive)
- Removed@mekari/pixel-flex@0.0.5(transitive)
- Removed@mekari/pixel-styled-system@0.0.2(transitive)
- Removed@mekari/pixel-utils@0.0.5(transitive)
Updated@mekari/pixel-box@^0.0.6
Updated@mekari/pixel-flex@^0.0.6
Updated@mekari/pixel-utils@^0.0.6