Socket
Socket
Sign inDemoInstall

measure-fns

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.4 to 1.0.0

15

package.json
{
"name": "measure-fns",
"version": "0.4.4",
"version": "1.0.0",
"description": "Functions for conversion and handling of measurements",

@@ -14,4 +14,9 @@ "main": "dist/index.js",

"type": "git",
"url": "git+https://github.com/lhansford/measure-fns.git"
"url": "https://github.com/lhansford/measure-fns.git"
},
"release": {
"branches": [
"main"
]
},
"scripts": {

@@ -25,3 +30,4 @@ "build": "rollup --config ./config/rollup.config.js",

"type-check": "tsc --noEmit",
"type-check:watch": "yarn type-check -- --watch"
"type-check:watch": "yarn type-check -- --watch",
"release": "yarn semantic-release"
},

@@ -49,3 +55,4 @@ "devDependencies": {

"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.4.3"
"typescript": "^4.4.3",
"semantic-release": "^18.0.0"
},

@@ -52,0 +59,0 @@ "bugs": {

@@ -0,5 +1,5 @@

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
## Releasing
This package will publish to NPM whenever the version number is updated in `main` branch.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc