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

@platform/util.value

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.value - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

17

package.json
{
"name": "@platform/util.value",
"version": "0.0.4",
"version": "0.0.5",
"description": "Helpers for working with, transforming, and formatting values.",

@@ -8,11 +8,12 @@ "main": "lib/index",

"scripts": {
"test": "ts test",
"tdd": "ts test --watch",
"lint": "ts lint",
"build": "ts build",
"prepare": "ts prepare"
"test": "yarn chmod && ts test",
"tdd": "yarn chmod && ts test --watch",
"lint": "yarn chmod && ts lint",
"build": "yarn chmod && ts build",
"prepare": "yarn chmod && ts prepare",
"chmod": "chmod 777 node_modules/.bin/ts"
},
"dependencies": {
"@platform/libs": "0.0.3",
"@platform/util.is": "0.0.4",
"@platform/util.is": "0.0.5",
"cuid": "2.1.6",

@@ -23,3 +24,3 @@ "dayjs": "1.8.5"

"@platform/test": "0.0.26",
"@platform/ts.cli": "3.3.27",
"@platform/ts.cli": "3.3.28",
"moment": "2.24.0"

@@ -26,0 +27,0 @@ },

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