@lwrjs/shared-utils
Advanced tools
Comparing version 0.0.1 to 0.0.2-alpha.45
@@ -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" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
28826
17
692
1
0
4
Yes
5
1
3
+ Addedchokidar@^3.4.0
+ Addedparse5-sax-parser@^6.0.1
+ Addedslugify@^1.4.5
+ Addedtypescript@^4.1.2
+ Addedanymatch@3.1.3(transitive)
+ Addedbinary-extensions@2.3.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedchokidar@3.6.0(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedis-binary-path@2.1.0(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedparse5@6.0.1(transitive)
+ Addedparse5-sax-parser@6.0.1(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedreaddirp@3.6.0(transitive)
+ Addedslugify@1.6.6(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedtypescript@4.9.5(transitive)