Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@growrk/create-growrk-whitelabel
Advanced tools
Create a @growrk Whitelabel in seconds.
To get started quickly you can use the @growrk/create-growrk-whitelabel package
With yarn:
yarn create @growrk/growrk-whitelabel <project-name>
Or with npx (npx
is shipped by default since npm 5.2.0
)
npx @growrk/create-growrk-whitelabel <project-name>
Or starting with npm v6.1 you can do:
npm init @growrk/growrk-whitelabel <project-name>
It will ask you some questions (name, title, npmToken, etc.), when aswered the dependencies will be installed. The next step is to navigate to the project folder and launch it:
With yarn:
cd <project-name>
yarn dev
Or with npm:
cd <project-name>
npm run dev
nuxt.config.js
Import the core app function from @growrk/dashboard
:
import growrkDashboard from "@growrk/dashboard";
export default growrkDashboard({
// [additional nuxt configuration]
growrkCoreOptions: {
// [growrk core options]
},
});
The app exports a function to setup the nuxt.config.js
and allows you to add/override the default config.
Check out the documentacion of defu.arrayFn to see how the config is merged.
import growrkDashboard from "@growrk/dashboard";
export default growrkDashboard({
// [additional nuxt configuration]
growrkCoreOptions: {
colors: {
primary: "#F3B72B",
secondary: "#F38B2A",
success: "#28a745",
warning: "#F3B72B",
danger: "#dc3545",
info: "#007bff",
light: "#f8f9fa",
dark: "#343a40",
},
openGraph: {
name: "GroWrk",
title: "GroWrk Remote",
description:
"Smart home office and workspace management for remote teams.",
url: "https://app.growrk.com",
image: "https://app.growrk.com/cover.jpg",
imageH: "1200",
imageW: "630",
},
},
});
FAQs
> Create a @growrk Whitelabel in seconds.
The npm package @growrk/create-growrk-whitelabel receives a total of 1 weekly downloads. As such, @growrk/create-growrk-whitelabel popularity was classified as not popular.
We found that @growrk/create-growrk-whitelabel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.