
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
carbonldp-panel
Advanced tools
Common components, services and utilities shared between different panel projects
Common components, services and utilities shared between different panel projects
npm install gulp -g
cd
into the project's root foldernpm install
.
├── dist # Package's source files ready to be packaged or published
├── src # Source files (directives, componentes, services and modules)
├── typings # Typescript description files
│ ├── customs # Directory to store custom description files
│ │ ├── codemirror
│ │ │ └── index.d.ts # Codemirror's description file
│ │ ├── highlightjs
│ │ │ └── index.d.ts # HighlightJS's description file
│ │ ├── jstree
│ │ │ └── index.d.ts # JSTree's description file
│ │ └── semantic-ui
│ │ └── index.d.ts # Semantic-UI's description file
│ └── typings.d.ts # Main typings file referencing all index.d.ts custom files
├── .gitignore # Ignore file for git
├── .gitmodules # Submodules file for git
├── .travis.yml # Travis configuration file
├── CHANGELOG # File to track package changes
├── gulpfile.js # Gulp's configuration file
├── LICENSE
├── package.json # npm configuration file
├── README.md # this
└── tsconfig.json # Typescript compiler configuration file
build
: Builds the dist version of the projectbuild:prepare-npm-package
: Prepares publishable npm package inside of the dist
directorybuild:prepare-npm-package:copy:docs
: Copies documentation files for the publishable npm packagebuild:prepare-npm-package:copy:package-json
: Copies and prepares the package.json
file for the publishable npm packageclean:dist
: Cleans the dist
directoryclean:compiled
: Cleans the compiled
directorycopy:styles
: Copies style files (scss) and copies them into the dist
directorycopy:templates
: Copies template files (html) to the dist
directorycopy:typescript
: Copies typescript files (ts) to the dist
directorycompile
: Runs clean:compiled
and then compile:typescript
compile:typescript
: Compiles typescript files (ts) into the compiled
directorywatch
: Sets up a service to watch for any change to any source file and run the associated tasks to them. Really useful for developmentwatch:styles
: Watches for changes in style files (sass/scss)watch:templates
: Watches for changes in template files (html)watch:typescript
: Watches for changes in typescript files (ts)TODO
Copyright (c) 2015-present, Base22 Technology Group, LLC.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree.
FAQs
Common components, services and utilities shared between different panel projects
The npm package carbonldp-panel receives a total of 1 weekly downloads. As such, carbonldp-panel popularity was classified as not popular.
We found that carbonldp-panel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.