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

@kosko/require

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kosko/require - npm Package Compare versions

Comparing version 0.0.0-20240320150839 to 0.0.0-20240324064444

dist/extensions.d.mts

18

package.json
{
"name": "@kosko/require",
"version": "0.0.0-20240320150839",
"version": "0.0.0-20240324064444",
"description": "Import and resolve modules.",

@@ -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"

@@ -50,3 +50,3 @@ },

"resolve-from": "^5.0.0",
"@kosko/common-utils": "^0.0.0-20240320150839"
"@kosko/common-utils": "^0.0.0-20240324064444"
},

@@ -58,5 +58,5 @@ "devDependencies": {

"typescript": "^5.3.3",
"@kosko/build-scripts": "^0.0.0",
"@kosko/jest-preset": "^0.0.0",
"@kosko/test-utils": "^0.0.0"
"@kosko/test-utils": "^0.0.0",
"@kosko/build-scripts": "^0.0.0"
},

@@ -63,0 +63,0 @@ "jest": {

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