obvious-core
Advanced tools
Comparing version 0.1.1 to 0.2.1-alpha
{ | ||
"name": "obvious-core", | ||
"version": "0.1.1", | ||
"description": "a progressive micro front end framework", | ||
"main": "index.js", | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"version": "0.2.1-alpha", | ||
"description": "a progressive micro front framework", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"demo": "cd ./demo && npm run start", | ||
"build": "tsc", | ||
"docs": "docsify serve docs", | ||
"test": "jest --coverage" | ||
}, | ||
"files": [ | ||
"./build/*", | ||
"./docs/*", | ||
"./src/*", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"tsconfig.json" | ||
], | ||
"author": "Philip Lau", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.23", | ||
"@typescript-eslint/eslint-plugin": "^2.9.0", | ||
"@typescript-eslint/parser": "^2.9.0", | ||
"docsify-cli": "^4.4.2", | ||
"eslint": "^6.7.2", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-react": "^7.17.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"jest": "^24.9.0", | ||
"nock": "^11.7.2", | ||
"node-fetch": "^2.6.1", | ||
"ts-jest": "^24.2.0", | ||
"typescript": "^3.7.2" | ||
}, | ||
"dependencies": { | ||
"tslib": "^1.10.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com:run-nan/obvious.git" | ||
"url": "git+https://github.com/ObviousJs/obvious-core.git" | ||
}, | ||
"author": "runnan", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/run-nan/obvious/issues" | ||
"url": "https://github.com/SMIELPF/run-nan/issues" | ||
}, | ||
"homepage": "https://run-nan.github.io/obvious/#/" | ||
"homepage": "https://github.com/ObviousJs/obvious-core#readme" | ||
} |
@@ -86,4 +86,4 @@ # obvious.js | ||
```js | ||
bus.activateApp('react-app', '#react-app'); | ||
bus.activateApp('vue-app', '#vue-app'); | ||
bus.activateApp('react-app', {mountPoint: '#react-app'}); | ||
bus.activateApp('vue-app', {mountPoint: '#vue-app'}); | ||
``` | ||
@@ -93,5 +93,5 @@ | ||
[obvious.js: the progressive micro frontend framework](https://run-nan.github.io/obvious/#/) | ||
[obvious.js: the progressive micro frontend framework](https://obviousjs.github.io/obvious-core/#/) | ||
## License | ||
obvious is [MIT Licensed](https://github.com/run-nan/obvious/blob/master/LICENSE) | ||
obvious is [MIT Licensed](https://github.com/ObviousJs/obvious-core/blob/master/LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
1
13213
1
16
6
1
84
1
+ Addedtslib@^1.10.0
+ Addedtslib@1.14.1(transitive)