New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@operato/data-grist

Package Overview
Dependencies
Maintainers
2
Versions
672
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/data-grist - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

9

CHANGELOG.md

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

### [0.1.5](https://github.com/hatiolab/operato/compare/v0.1.4...v0.1.5) (2021-09-12)
### :bug: Bug Fix
* webcompent build script ([1bb176a](https://github.com/hatiolab/operato/commit/1bb176ada33830a1f9b9b740ed7c15a018773f0b))
### [0.1.4](https://github.com/hatiolab/operato/compare/v0.1.3...v0.1.4) (2021-09-12)

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

15

package.json
{
"name": "@operato/data-grist",
"version": "0.1.4",
"version": "0.1.5",
"description": "User interface for grid (desktop) and list (mobile)",

@@ -23,5 +23,6 @@ "author": "heartyoh",

"scripts": {
"analyze": "cem analyze --litelement",
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
"build": "tsc",
"prepublish": "tsc",
"build": "tsc && npm run analyze -- --exclude dist",
"prepublish": "tsc && npm run analyze -- --exclude dist",
"lint": "eslint --ext .ts,.html . --ignore-path ../../.gitignore && prettier \"**/*.ts\" --check --ignore-path ../../.gitignore",

@@ -36,4 +37,4 @@ "format": "eslint --ext .ts,.html . --fix --ignore-path ../../.gitignore && prettier \"**/*.ts\" --write --ignore-path ../../.gitignore",

"@material/mwc-icon": "^0.22.1",
"@operato/pull-to-refresh": "^0.1.4",
"@operato/styles": "^0.1.4",
"@operato/pull-to-refresh": "^0.1.5",
"@operato/styles": "^0.1.5",
"lit": "^2.0.0-rc.4",

@@ -62,3 +63,3 @@ "lodash-es": "^4.17.21",

"tslib": "^2.3.1",
"typescript": "^4.4.2"
"typescript": "^4.4.3"
},

@@ -102,3 +103,3 @@ "customElements": "custom-elements.json",

},
"gitHead": "c28c0704e5507df66de8c3f17fd5873aa25b78c3"
"gitHead": "e3eccbfa006f9a0d0535390bcfbafc25d100db1b"
}

Sorry, the diff of this file is too big to display

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