
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@timeedit/activitymanager
Advanced tools
TE Prefs Library
3 branches trigger different environment builds production -> triggers production build test -> triggers test (staging) build beta -> triggers beta build
Running:
git add .
git commit -m "commit message"
git push origin remoteBranch
will initiate a CircleCI job, and push the new artifacts to the GCP storage bucket.
After the build has finished, the minified builds will be available at:
https://storage.googleapis.com/te-prefs-lib/te-prefs-lib@${environment}.js / css
Run
yarn build
npm publish
to build and upload to the private TimeEdit NPM repository
Use script and link tags to include the files in the project
Javascript file: https://storage.googleapis.com/te-prefs-lib/te-prefs-lib@${environment}.js (or .es.js)
CSS file: https://storage.googleapis.com/te-prefs-lib/te-prefs-lib@${environment}.css
npm install --save te-prefs-lib
import React, { Component } from 'react';
import TEPrefsLib from 'te-prefs-lib';
class Example extends Component {
render() {
return <TEPrefsLib coreAPI={teCoreAPIObj} env='desiredEnvironment' />;
}
}
ICT © TimeEdit
FAQs
TE Activity Manager Library
The npm package @timeedit/activitymanager receives a total of 0 weekly downloads. As such, @timeedit/activitymanager popularity was classified as not popular.
We found that @timeedit/activitymanager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.