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
489
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.1 to 0.0.2-alpha.45

build/es/fs.d.ts

38

package.json

@@ -7,5 +7,22 @@ {

},
"version": "0.0.1",
"types": "build/index.d.ts",
"main": "build/index.js",
"version": "0.0.2-alpha.45+1d5ec6a",
"homepage": "https://lwr.dev/",
"repository": {
"type": "git",
"url": "https://github.com/salesforce/lwr.git",
"directory": "packages/@lwrjs/shared-utils"
},
"scripts": {
"build": "tsc -b"
},
"bugs": {
"url": "https://github.com/salesforce/lwr/issues"
},
"types": "build/es/index.d.ts",
"type": "module",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"exports": {
".": "./build/es/index.js"
},
"files": [

@@ -15,3 +32,16 @@ "build/**/*.js",

],
"gitHead": "638109b1e3e85483bc63c87ed2a6c3d582f28e04"
"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/types": "0.0.2-alpha.45+1d5ec6a"
},
"engines": {
"node": ">=14.15.1 <15"
},
"gitHead": "1d5ec6a5587905a100dc438b419dcfd49f6458b0"
}
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