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.8 to 0.3.9

dist/src/fullscreen.d.ts

9

CHANGELOG.md

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

### [0.3.9](https://github.com/hatiolab/operato/compare/v0.3.8...v0.3.9) (2022-01-15)
### :bug: Bug Fix
* move @operato/board/utils to @operato/utils ([06ba865](https://github.com/hatiolab/operato/commit/06ba865ac70bd65166fd20b6d23cc5241d9fca17))
### [0.3.8](https://github.com/hatiolab/operato/compare/v0.3.7...v0.3.8) (2022-01-14)

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

3

dist/src/index.d.ts
export * from './sleep.js';
export * from './file-drop-helper.js';
export * from './context-path.js';
export * from './os.js';
export * from './swipe-listener.js';
export * from './fullscreen.js';
export * from './sleep.js';
export * from './file-drop-helper.js';
export * from './context-path.js';
export * from './os.js';
export * from './swipe-listener.js';
export * from './fullscreen.js';
//# sourceMappingURL=index.js.map

10

package.json

@@ -6,3 +6,3 @@ {

"author": "heartyoh",
"version": "0.3.8",
"version": "0.3.9",
"main": "dist/src/index.js",

@@ -12,2 +12,8 @@ "module": "dist/src/index.js",

".": "./dist/src/index.js",
"./fullscreen.js": "./dist/src/fullscreen.js",
"./os.js": "./dist/src/os.js",
"./swipe-listener.js": "./dist/src/swipe-listener.js",
"./sleep.js": "./dist/src/sleep.js",
"./file-drop-helper.js": "./dist/src/file-drop-helper.js",
"./context-path.js": "./dist/src/context-path.js",
"./mixins/infinite-scrollable.js": "./dist/src/mixins/infinite-scrollable.js"

@@ -71,3 +77,3 @@ },

},
"gitHead": "7d5cd8c985a5b0fcae4bb7237eb771ab13f0c9a9"
"gitHead": "d63971adcea045ccd788ff4ae5b9e2ca561bb754"
}
export * from './sleep.js'
export * from './file-drop-helper.js'
export * from './context-path.js'
export * from './os.js'
export * from './swipe-listener.js'
export * from './fullscreen.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