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

@multiplatform.one/utils

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@multiplatform.one/utils - npm Package Compare versions

Comparing version 5.0.14 to 5.0.16

26

package.json
{
"name": "@multiplatform.one/utils",
"version": "5.0.14",
"version": "5.0.16",
"description": "utilities for multiplatform.one",
"type": "module",
"sideEffects": false,
"keywords": [
"multiplatform.one",
"utils"
],
"keywords": ["multiplatform.one", "utils"],
"homepage": "https://multiplatform.one",

@@ -22,8 +19,8 @@ "bugs": {

"types": "types/index.d.ts",
"files": [
"bin",
"lib",
"types",
"src"
],
"scripts": {
"typecheck": "tsc --noEmit",
"build": "rm -rf lib types 2>/dev/null && tsc -b --emitDeclarationOnly && tsup",
"test": "vitest run --coverage --coverage.provider=v8 --coverage.reporter=text --coverage.reporter=lcov --coverage.reporter=html"
},
"files": ["bin", "lib", "types", "src"],
"repository": {

@@ -65,8 +62,3 @@ "type": "git",

"./package.json": "./package.json"
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "rm -rf lib types 2>/dev/null && tsc -b --emitDeclarationOnly && tsup",
"test": "vitest run --coverage --coverage.provider=v8 --coverage.reporter=text --coverage.reporter=lcov --coverage.reporter=html"
}
}
}
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