Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
curlyquotes
Advanced tools
Dynamically apply smart curly quotes to your web page.
yarn add curlyquotes
import * as curlyquotes from "curlyquotes"
curlyquotes.observe()
The code snippet above will detect all straight quotes and convert them to smart versions, and will continue to observe changes in the DOM tree and apply the changes.
Notes:
The following three DOM methods of curlyquotes
accept an optional Node, which
falls back to document.body
if omitted.
/**
* Recursively walk through and convert all child nodes
* of `rootNode`.
*/
export function init(rootNode?: Node): void
/** Starts observing the `node`. */
export function observe(node?: Node): void
/** Stops all observations started by `observe` to `node`. */
export function disconnect(node?: Node): void
/** Provide a CSS selector used to ignore matched nodes. */
export function ignore(selector: string): void
/** Returns a new string with smartquotes applied. */
export function string(source: string): string
The latest three versions of all evergreen browsers.
FAQs
Applying curly quotes to your web page.
We found that curlyquotes 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.