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

@lwrjs/base-view-provider

Package Overview
Dependencies
Maintainers
8
Versions
481
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwrjs/base-view-provider - npm Package Compare versions

Comparing version 0.0.2-alpha37 to 0.0.2-alpha38

build/cjs/index.cjs

16

package.json

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

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

@@ -20,14 +20,18 @@ "repository": {

"types": "build/es/index.d.ts",
"main": "build/es/index.js",
"main": "build/cjs/index.cjs",
"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"
],
"dependencies": {
"@lwrjs/base-template-engine": "0.0.2-alpha37",
"@lwrjs/shared-utils": "0.0.2-alpha37"
"@lwrjs/base-template-engine": "0.0.2-alpha38",
"@lwrjs/shared-utils": "0.0.2-alpha38"
},

@@ -37,3 +41,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