Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bisrvn/utils

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bisrvn/utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

package.json
{
"name": "@bisrvn/utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Interfaces and util functions",

@@ -13,3 +13,6 @@ "main": "./dist/index.js",

"build": "tsup",
"test": "jest"
"test": "jest",
"prepublish": "jest && npm run build",
"patch": "npm version patch",
"publish": "git push --tags && git push && npm publish"
},

@@ -16,0 +19,0 @@ "publishConfig": {

# Utils
This library contains a selection of standardized interfaces and functions used across projects in `@bisrvn`.
## Publish
First, make sure all tests passes and the project builds correctly:
`npm run prepublish`
Bump version:
`npm run patch`
Publish the package:
`npm run publish`
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