Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

obvious-core

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

obvious-core - npm Package Compare versions

Comparing version 0.1.1 to 0.2.1-alpha

build/index.js

53

package.json
{
"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)
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