@mekari/pixel-directive
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-directive.cjs.prod.js"); | ||
} else { | ||
module.exports = require("./mekari-pixel-directive.cjs.dev.js"); | ||
} |
{ | ||
"name": "@mekari/pixel-directive", | ||
"description": "Mekari Pixel | Directive component", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"homepage": "https://mekari.design/", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"dependencies": { | ||
"@mekari/pixel-utils": "^0.0.5" | ||
"@mekari/pixel-utils": "^0.0.6" | ||
}, | ||
@@ -34,0 +34,0 @@ "devDependencies": { |
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
20182
9
564
1
+ Added@mekari/pixel-styled-system@0.0.3(transitive)
+ Added@mekari/pixel-utils@0.0.6(transitive)
- Removed@mekari/pixel-styled-system@0.0.2(transitive)
- Removed@mekari/pixel-utils@0.0.5(transitive)
Updated@mekari/pixel-utils@^0.0.6