@lwrjs/app-service
Advanced tools
Comparing version 0.0.1 to 0.0.2-alpha.45
@@ -7,13 +7,73 @@ { | ||
}, | ||
"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/app-service" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/salesforce/lwr/issues" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf cjs/ es/ *.tsbuildinfo", | ||
"build": "tsc -p tsconfig.cjs.json" | ||
}, | ||
"types": "build/es/index.d.ts", | ||
"type": "module", | ||
"main": "index.js", | ||
"exports": { | ||
"./configProvider": { | ||
"import": "./build/es/configProvider/index.js", | ||
"require": "./cjs/configProvider/index.js" | ||
}, | ||
"./cjs/configProvider": { | ||
"import": "./build/es/configProvider/index.js", | ||
"require": "./cjs/configProvider/index.js" | ||
}, | ||
"./jsonProvider": { | ||
"import": "./build/es/jsonProvider/index.js", | ||
"require": "./cjs/jsonProvider/index.js" | ||
}, | ||
"./cjs/jsonProvider": { | ||
"import": "./build/es/jsonProvider/index.js", | ||
"require": "./cjs/jsonProvider/index.js" | ||
}, | ||
"./mappingProvider": { | ||
"import": "./build/es/mappingProvider/index.js", | ||
"require": "./cjs/mappingProvider/index.js" | ||
}, | ||
"./cjs/mappingProvider": { | ||
"import": "./build/es/mappingProvider/index.js", | ||
"require": "./cjs/mappingProvider/index.js" | ||
}, | ||
"./moduleProvider": { | ||
"import": "./build/es/moduleProvider/index.js", | ||
"require": "./cjs/moduleProvider/index.js" | ||
}, | ||
"./cjs/moduleProvider": { | ||
"import": "./build/es/moduleProvider/index.js", | ||
"require": "./cjs/moduleProvider/index.js" | ||
}, | ||
"./cjs/identity": { | ||
"import": "./build/es/identity.js", | ||
"require": "./cjs/identity/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"build/**/*.js", | ||
"build/**/*.d.ts" | ||
"build/**/*.d.ts", | ||
"cjs/**/*.js", | ||
"cjs/**/*.d.ts" | ||
], | ||
"dependencies": { | ||
"@lwrjs/shared-utils": "0.0.1" | ||
"@lwrjs/shared-utils": "0.0.2-alpha.45+1d5ec6a" | ||
}, | ||
"gitHead": "638109b1e3e85483bc63c87ed2a6c3d582f28e04" | ||
"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
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
82702
39
1695
1
0
Yes
1
3
- Removed@lwrjs/shared-utils@0.0.1(transitive)