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

@lwrjs/shared-utils

Package Overview
Dependencies
Maintainers
8
Versions
489
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwrjs/shared-utils - npm Package Compare versions

Comparing version 0.0.2-alpha37 to 0.0.2-alpha38

build/cjs/fs.cjs

14

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.0.2-alpha37",
"version": "0.0.2-alpha38",
"homepage": "https://lwr.dev/",

@@ -21,11 +21,15 @@ "repository": {

},
"type": "module",
"types": "build/es/index.d.ts",
"type": "module",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"exports": {
".": "./build/es/index.js"
".": {
"import": "./build/es/index.js",
"require": "./build/cjs/index.cjs"
}
},
"files": [
"build/**/*.js",
"build/**/*.cjs",
"build/**/*.d.ts"

@@ -41,3 +45,3 @@ ],

"devDependencies": {
"@lwrjs/types": "0.0.2-alpha37"
"@lwrjs/types": "0.0.2-alpha38"
},

@@ -47,3 +51,3 @@ "engines": {

},
"gitHead": "499acedb8f2dabcb2a1f5dc303dd3efe459de414"
"gitHead": "affb46bbb2bc37a4d894e574710c065a6d4dd816"
}
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