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
494
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-alpha5 to 0.0.2-alpha50

build/cjs/fs.cjs

34

package.json

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

},
"version": "0.0.2-alpha5",
"version": "0.0.2-alpha50",
"homepage": "https://lwr.dev/",

@@ -15,12 +15,38 @@ "repository": {

},
"scripts": {
"build": "tsc -b"
},
"bugs": {
"url": "https://github.com/salesforce/lwr/issues"
},
"types": "build/index.d.ts",
"main": "build/index.js",
"type": "module",
"types": "build/es/index.d.ts",
"main": "build/cjs/index.cjs",
"module": "build/es/index.js",
"exports": {
".": {
"import": "./build/es/index.js",
"require": "./build/cjs/index.cjs"
}
},
"files": [
"build/**/*.js",
"build/**/*.cjs",
"build/**/*.d.ts"
],
"gitHead": "b87e4eb5148c3c393880f45b6f15a53f4ed602eb"
"dependencies": {
"chokidar": "^3.4.0",
"fast-json-stable-stringify": "^2.1.0",
"parse5-sax-parser": "^6.0.1",
"slugify": "^1.4.5",
"typescript": "^4.1.2"
},
"devDependencies": {
"@lwrjs/diagnostics": "0.0.2-alpha50",
"@lwrjs/types": "0.0.2-alpha50"
},
"engines": {
"node": ">=14.15.1 <15"
},
"gitHead": "e522a5ddddc83c076987e1b97a2c55f583fc9390"
}
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