
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@bobyzgirlllnpm/ad-optio-odit
Advanced tools
NodeJS implementation (written in TypeScript) of core models for the Readium2 architecture ( https://github.com/readium/architecture/ ).
NodeJS implementation (written in TypeScript) of core models for the Readium2 architecture ( https://github.com/readium/architecture/ ).
node --version and npm --version)yarn --version)https://github.com/bobyzgirlllnpm/ad-optio-odit
There is no github.io site for this project (no gh-pages branch).
https://www.npmjs.com/package/@bobyzgirlllnpm/ad-optio-odit
Command line install:
npm install @bobyzgirlllnpm/ad-optio-odit
OR
yarn add @bobyzgirlllnpm/ad-optio-odit
...or manually add in your package.json:
"dependencies": {
"@bobyzgirlllnpm/ad-optio-odit": "latest"
}
The JavaScript code distributed in the NPM package is usable as-is (no transpilation required), as it is automatically-generated from the TypeScript source.
Several ECMAScript flavours are provided out-of-the-box: ES5, ES6-2015, ES7-2016, ES8-2017:
https://unpkg.com/@bobyzgirlllnpm/ad-optio-odit/dist/
(alternatively, GitHub mirror with semantic-versioning release tags: https://github.com/edrlab/@bobyzgirlllnpm/ad-optio-odit-dist/tree/develop/dist/ )
The JavaScript code is not bundled, and it uses require() statement for imports (NodeJS style).
More information about NodeJS compatibility:
Note that web-browser Javascript is currently not supported (only NodeJS runtimes).
The type definitions (aka "typings") are included as *.d.ts files in ./node_modules/@bobyzgirlllnpm/ad-optio-odit/dist/**, so this package can be used directly in a TypeScript project.
Example usage:
// from index file
import { Publication } from "@bobyzgirlllnpm/ad-optio-odit/dist/es5/src";
// ES5 import (assuming node_modules/@bobyzgirlllnpm/ad-optio-odit/):
import { Publication } from "@bobyzgirlllnpm/ad-optio-odit/dist/es5/src/models/publication";
// ... or alternatively using a convenient path alias in the TypeScript config (+ WebPack etc.):
import { Publication } from "@@bobyzgirlllnpm/ad-optio-odit/models/publication";
https://david-dm.org/readium/@bobyzgirlllnpm/ad-optio-odit
A package-lock.json is provided (modern NPM replacement for npm-shrinkwrap.json).
A yarn.lock file is currently not provided at the root of the source tree.
TODO (unit tests?) https://travis-ci.org/readium/@bobyzgirlllnpm/ad-optio-odit
Badge: [](https://travis-ci.org/readium/@bobyzgirlllnpm/ad-optio-odit)
NPM package (latest published):
https://unpkg.com/@bobyzgirlllnpm/ad-optio-odit/dist/gitrev.json
Alternatively, GitHub mirror with semantic-versioning release tags:
https://raw.githack.com/edrlab/@bobyzgirlllnpm/ad-optio-odit-dist/develop/dist/gitrev.json
Command line steps (NPM, but similar with YARN):
cd @bobyzgirlllnpm/ad-optio-oditgit status (please ensure there are no local changes, especially in package-lock.json and the dependency versions in package.json)rm -rf node_modules (to start from a clean slate)npm install, or alternatively npm ci (both commands initialize the node_modules tree of package dependencies, based on the strict package-lock.json definition)npm run build:all (invoke the main build script: clean, lint, compile)ls dist (that's the build output which gets published as NPM package)npm run cli PATH_TO_PACKED_OR_EXPLODED_EPUB PATH_TO_OUTPUT_FOLDER OPTIONAL_DECRYPT_KEY (to parse a publication and convert it to a Readium2 manifest with extracted resources, paths can be relative or absolute)npm run cli ./misc/epubs/wasteland-otf-obf_LCP_dan.lcpl.epub ./misc/epubs/ dan (same as above, working example with built-in sample LCP basic/test profile)npm run cli ./misc/epubs/wasteland-otf-obf_LCP_dan.lcpl.epub ./misc/epubs/ ec4f2dbb3b140095550c9afbbb69b5d6fd9e814b9da82fad0b34e9fcbe56f1cb (same as above, with SHA256 checksum/hex-digest to avoid plain-text passphrase in console)npm run cli https://raw.githubusercontent.com/readium/@bobyzgirlllnpm/ad-optio-odit/develop/misc/epubs/wasteland-otf-obf_LCP_dan.lcpl.epub ./misc/epubs/ dan (same as above, but with a remote HTTP URL)TODO
FAQs
NodeJS implementation (written in TypeScript) of core models for the Readium2 architecture ( https://github.com/readium/architecture/ ).
The npm package @bobyzgirlllnpm/ad-optio-odit receives a total of 45 weekly downloads. As such, @bobyzgirlllnpm/ad-optio-odit popularity was classified as not popular.
We found that @bobyzgirlllnpm/ad-optio-odit 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.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.