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

@operato/utils

Package Overview
Dependencies
Maintainers
4
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/utils - npm Package Compare versions

Comparing version 0.3.4 to 0.3.7

dist/src/context-path.d.ts

25

CHANGELOG.md

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

### [0.3.7](https://github.com/hatiolab/operato/compare/v0.3.6...v0.3.7) (2022-01-09)
**Note:** Version bump only for package @operato/utils
### [0.3.6](https://github.com/hatiolab/operato/compare/v0.3.5...v0.3.6) (2022-01-09)
**Note:** Version bump only for package @operato/utils
### [0.3.5](https://github.com/hatiolab/operato/compare/v0.3.4...v0.3.5) (2022-01-09)
### :rocket: New Features
* data-grist filter-form support queryFilters property ([e477ede](https://github.com/hatiolab/operato/commit/e477ede184dac7bc6c40d4aab73c2f8156edaef6))
### [0.3.4](https://github.com/hatiolab/operato/compare/v0.3.3...v0.3.4) (2022-01-03)

@@ -8,0 +33,0 @@

5

dist/src/index.d.ts

@@ -1,2 +0,3 @@

export * from './sleep';
export * from './file-drop-helper';
export * from './sleep.js';
export * from './file-drop-helper.js';
export * from './context-path.js';

@@ -1,3 +0,4 @@

export * from './sleep';
export * from './file-drop-helper';
export * from './sleep.js';
export * from './file-drop-helper.js';
export * from './context-path.js';
//# sourceMappingURL=index.js.map

10

package.json

@@ -6,7 +6,8 @@ {

"author": "heartyoh",
"version": "0.3.4",
"version": "0.3.7",
"main": "dist/src/index.js",
"module": "dist/src/index.js",
"exports": {
".": "./dist/src/index.js"
".": "./dist/src/index.js",
"./mixins/infinite-scrollable.js": "./dist/src/mixins/infinite-scrollable.js"
},

@@ -66,3 +67,6 @@ "publishConfig": {

},
"gitHead": "730f7f88d9feaec4e42fdfa8f4bd9503f04df72e"
"dependencies": {
"lodash": "^4.17.21"
},
"gitHead": "4cc91580b763e2f4f38d95cadef5b18509393bc6"
}

@@ -1,2 +0,3 @@

export * from './sleep'
export * from './file-drop-helper'
export * from './sleep.js'
export * from './file-drop-helper.js'
export * from './context-path.js'

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