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
488
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-alpha2 to 0.0.2-alpha20

build/commonjs/html-meta.js

28

package.json

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

},
"version": "0.0.2-alpha2",
"version": "0.0.2-alpha20",
"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": [

@@ -25,3 +26,22 @@ "build/**/*.js",

],
"gitHead": "38b630d6f3c0b9c554de34bd6303a5fdc975a581"
"dependencies": {
"chokidar": "^3.4.0",
"parse5-sax-parser": "^6.0.1",
"slugify": "^1.4.5"
},
"scripts": {
"build": "tsc -b && tsc -p tsconfig.es.json"
},
"lwc": {
"modules": [
{
"name": "lwr/observable",
"path": "build/es/observable.js"
}
],
"expose": [
"lwr/observable"
]
},
"gitHead": "bef75fe864fad49b9dd223a17c88426d6c0e3516"
}
build/index.d.ts
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