Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@secretlint/source-creator

Package Overview
Dependencies
Maintainers
2
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/source-creator

Create SecretLintRawSource from content.

Source
npmnpm
Version
11.1.0
Version published
Weekly downloads
835K
-30.66%
Maintainers
2
Weekly downloads
 
Created
Source

@secretlint/source-creator

Create SecretLintRawSource from content.

Install

Install with npm:

npm install @secretlint/source-creator

Usage

import { createRawSource } from "@secretlint/source-creator"
(async () => {
    const source = await createRawSource("/path/to/file");
    coneols.log(source);
})();

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

Author

License

MIT © azu

Keywords

secretlint

FAQs

Package last updated on 24 Aug 2025

Did you know?

Socket

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.

Install

Related posts