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-alpha32 to 0.0.2-alpha33

build/es/index.d.ts

20

package.json

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

},
"version": "0.0.2-alpha32",
"version": "0.0.2-alpha33",
"homepage": "https://lwr.dev/",

@@ -18,4 +18,9 @@ "repository": {

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

@@ -26,6 +31,9 @@ "build/**/*.js",

"dependencies": {
"@lwrjs/base-template-engine": "0.0.2-alpha32",
"@lwrjs/shared-utils": "0.0.2-alpha32"
"@lwrjs/base-template-engine": "0.0.2-alpha33",
"@lwrjs/shared-utils": "0.0.2-alpha33"
},
"gitHead": "2d07a298719f056b7ce9c16788f6e57ab64723dd"
"engines": {
"node": ">=14.15.1 <15"
},
"gitHead": "092bdb8a5e7d34f0afb4737c8f71bf345d6f10d4"
}
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