@lwrjs/shared-utils
Advanced tools
Comparing version 0.0.2-alpha7 to 0.0.2-alpha8
@@ -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" | ||
} |
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
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
49052
19
1231
0
38
3
1