Socket
Book a DemoInstallSign in
Socket

husky-talisman

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

husky-talisman

Allow running of the ThoughtWorks Talisman tool via node

3.0.2
latest
Source
npmnpm
Version published
Weekly downloads
528
128.57%
Maintainers
1
Weekly downloads
 
Created
Source

husky-talisman

PRs Welcome

Update 2021-11-03: I wrote this over 3 years ago in while on a very security-strict client. I'm glad that this has seen some use and that there is still a demand.

I still believe there is a need for a node-wrapped taliman package with zero dependencies. I will update this package shortly. In the meanwhile node-talisman may offer some relief, although it's obviously not acceptable for zero-dependecy environments.

TODO

  • M1 support.
  • Checksum implementation.
  • Automated updates and smoke testing.
  • Implement GH Action releasing.
  • Move to node https instead of curl.
  • Support for husky's new hook system.
  • Clarifying the difference between this package and node-talisman.
  • Move to os api instead of process parsing.
  • ncc instead of pika.
  • Ensure package is compatible to latest Talisman v1.x. (v0.x had a very different API to the current release!).

NOTE: this package doesn't actually require husky to run, but plans full support.

This is an npm package that downloads and sets up Thoughtwork's talisman tool for use in your node project.

Requires

Features

  • husky supported
  • Linux, MacOS and Windows (PowerShell) support
  • Zero npm package dependencies

To Install

The following is recommended to keep compatibility across various OS's.

If you have a preferred method feel free to use it.

  • Add package

    npm install --save-dev husky-talisman
    
  • Add a script to package.json

    {
      "scripts" : {
        "husky-talisman": "husky-talisman",
        ...
      }
      ...
    }
    
  • Add githook

    Run the following via your githook tool

    npm run husky-talisman [pre-commit|pre-push]
    

    Alternatively add to your husky githooks in your package.json or .huskyrc file.

    {
      ...
      "husky": {
        "hooks": {
          ...
          "pre-commit": "npm run husky-talisman -- pre-commit",
          "pre-push": "npm run husky-talisman -- pre-push"
        }
      }
    }
    

Resources

Keywords

git

FAQs

Package last updated on 03 Nov 2021

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.