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

@operato/shell

Package Overview
Dependencies
Maintainers
4
Versions
338
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/shell - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06)
### :rocket: New Features
* add @operato/app module to support productivity for web application ([217d1f2](https://github.com/hatiolab/operato/commit/217d1f2d99ff75dcd8da1293814653f4758c04b8))
### [0.4.1](https://github.com/hatiolab/operato/compare/v0.4.0...v0.4.1) (2022-03-02)

@@ -8,0 +17,0 @@

1

dist/src/index.d.ts
export * from './store';
export * from './actions';
export * from './app/pages/page-view';
export * from '@operato/graphql';

@@ -5,2 +5,3 @@ export * from './store';

// export * from './app/app'
export * from '@operato/graphql';
//# sourceMappingURL=index.js.map

11

package.json
{
"name": "@operato/shell",
"description": "WebApplication shell following open-wc recommendations",
"description": "WebApplication architecturing shell following open-wc recommendations",
"license": "MIT",
"author": "heartyoh",
"version": "0.4.1",
"version": "0.4.2",
"main": "dist/src/index.js",

@@ -37,4 +37,5 @@ "module": "dist/src/index.js",

"@material/mwc-icon-button": "^0.25.3",
"@operato/styles": "^0.4.1",
"@operato/utils": "^0.4.1",
"@operato/graphql": "^0.4.2",
"@operato/styles": "^0.4.2",
"@operato/utils": "^0.4.2",
"lit": "^2.2.0",

@@ -78,3 +79,3 @@ "lodash-es": "^4.17.21",

},
"gitHead": "cfc3bd47600cda52fab6120e448c00e319694b09"
"gitHead": "413e768caba403801b22e42aac0ed4f9dad7ad8d"
}

@@ -5,1 +5,3 @@ export * from './store'

// export * from './app/app'
export * from '@operato/graphql'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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