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
7
Versions
485
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-alpha7 to 0.0.2-alpha8

build/commonjs/html-meta.js

23

package.json

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

},
"version": "0.0.2-alpha7",
"version": "0.0.2-alpha8",
"homepage": "https://lwr.dev/",

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

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

@@ -29,3 +30,17 @@ "build/**/*.js",

},
"gitHead": "fc1ad7545232af461fb9e2602a311ee39e0bae82"
"scripts": {
"build": "tsc -b && tsc -p tsconfig.es.json"
},
"lwc": {
"modules": [
{
"name": "lwr/observable",
"path": "build/es/observable.js"
}
],
"expose": [
"lwr/observable"
]
},
"gitHead": "c010a3b75892789968c39442644bf333a59529c9"
}
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