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

@kosko/common-utils

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kosko/common-utils - npm Package Compare versions

Comparing version 0.0.0-20240320150839 to 0.0.0-20240324064444

dist/index.d.mts

12

package.json
{
"name": "@kosko/common-utils",
"version": "0.0.0-20240320150839",
"version": "0.0.0-20240324064444",
"description": "Common utilities used in Kosko.",

@@ -15,3 +15,3 @@ "homepage": "https://kosko.dev",

"module": "dist/index.node.mjs",
"types": "dist/types.d.ts",
"types": "dist/index.d.ts",
"sideEffects": false,

@@ -21,13 +21,13 @@ "exports": {

"import": {
"types": "./dist/types.d.mts",
"types": "./dist/index.d.mts",
"default": "./dist/index.node.mjs"
},
"types": "./dist/types.d.ts",
"types": "./dist/index.d.ts",
"require": "./dist/index.node.cjs"
},
"import": {
"types": "./dist/types.d.mts",
"types": "./dist/index.d.mts",
"default": "./dist/index.base.mjs"
},
"types": "./dist/types.d.ts",
"types": "./dist/index.d.ts",
"require": "./dist/index.node.cjs"

@@ -34,0 +34,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