Socket
Socket
Sign inDemoInstall

@mekari/pixel-box

Package Overview
Dependencies
2
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

dist/mekari-pixel-box.cjs.dev.js

9

CHANGELOG.md
# @mekari/pixel-box
## 0.0.6
### Patch Changes
- d512428: Fix Release
- Updated dependencies [d512428]
- @mekari/pixel-styled-system@0.0.3
- @mekari/pixel-utils@0.0.6
## 0.0.5

@@ -4,0 +13,0 @@

21

dist/mekari-pixel-box.cjs.js

@@ -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-box.cjs.prod.js");
} else {
module.exports = require("./mekari-pixel-box.cjs.dev.js");
}
{
"name": "@mekari/pixel-box",
"version": "0.0.5",
"version": "0.0.6",
"description": "Mekari Pixel | Box Component",

@@ -22,4 +22,4 @@ "homepage": "https://bitbucket.org/mid-kelola-indonesia/pixel-next",

"dependencies": {
"@mekari/pixel-styled-system": "^0.0.2",
"@mekari/pixel-utils": "0.0.5"
"@mekari/pixel-styled-system": "^0.0.3",
"@mekari/pixel-utils": "0.0.6"
},

@@ -26,0 +26,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc