New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stordata/supersecret

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stordata/supersecret

A super-secret utility

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
0
Weekly downloads
 
Created
Source

supersecret

A Node module wrapping libsupersecret to do super secret stuff

Build

npm run build

You'll need libsupersecret installed.

Tests

npm run lint
npm run test

Release

  • Tag the repository

     git tag v$(jq -r .version package.json)
    
  • Increment version number in package.json

  • Update the lockfile

     npm i
    
  • Commit your changes

     git commit -am"[ci skip] Bumped version to $(jq -r .version package.json)"
    
  • Push everything

     git push origin master --tags
    

Publish on NPM

  • Checkout the tag you want to publish

      git checkout vX.Y.Z
    
  • Verify you are logged-in to the NPM registry

      npm --registry $(jq -r .publishConfig.registry package.json) whoami
    
  • If not, log-in with

      npm --registry $(jq -r .publishConfig.registry package.json) login
    
  • Publish

      npm publish
    
  • Go back to master or to any other work branch

      git checkout master
    

Keywords

FAQs

Package last updated on 02 Dec 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc