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

@toddself/split-measure-units

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toddself/split-measure-units - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

package.json
{
"name": "@toddself/split-measure-units",
"version": "1.1.0",
"version": "1.1.1",
"description": "Separate English style measures (1 gal) into their amounts and units, and optionally convert to other units",

@@ -9,3 +9,3 @@ "main": "./dist/split-measure-units.js",

"test": "npm run build && tap split-measure-units.spec.js",
"build": "babel src -d dist",
"build": "if [ -d dist ]; then rm -rf dist; fi && babel src -d dist",
"prepublish": "npm run build"

@@ -29,3 +29,3 @@ },

"dependencies": {
"convert-units": "~0.1.1"
"convert-units": "~0.4.0"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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