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

@operato/utils

Package Overview
Dependencies
Maintainers
0
Versions
202
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 8.0.0-beta.2 to 8.0.0

51

CHANGELOG.md

@@ -6,22 +6,4 @@ # Change Log

## [8.0.0-beta.2](https://github.com/hatiolab/operato/compare/v8.0.0-beta.1...v8.0.0-beta.2) (2025-01-08)
## [8.0.0](https://github.com/hatiolab/operato/compare/v7.1.33...v8.0.0) (2025-01-14)
### :bug: Bug Fix
* typo .npmignore ([d9c0c8c](https://github.com/hatiolab/operato/commit/d9c0c8c79abc688c3c2cfb6c37fcb689483a5977))
## [8.0.0-beta.1](https://github.com/hatiolab/operato/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2025-01-08)
### :bug: Bug Fix
* missing .npmignore ([be05985](https://github.com/hatiolab/operato/commit/be05985abfae4af53501f718dd52932099f7fbcb))
## [8.0.0-beta.0](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.56...v8.0.0-beta.0) (2025-01-07)
**Note:** Version bump only for package @operato/utils

@@ -33,3 +15,3 @@

## [8.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.36...v8.0.0-alpha.37) (2024-10-20)
### [7.1.32](https://github.com/hatiolab/operato/compare/v7.1.31...v7.1.32) (2025-01-11)

@@ -39,32 +21,7 @@

* pointer-event & pointer-event for ox-image-marker ([c503d0a](https://github.com/hatiolab/operato/commit/c503d0a235ddadd97fdcd84ae98a303a7ffe7a6f))
* update dev-dependencies version ([d6fe342](https://github.com/hatiolab/operato/commit/d6fe342de738c6bad3528550a862b5a1d2573161))
* missing .npmignore ([03db207](https://github.com/hatiolab/operato/commit/03db207498088b294ccfb9645f6839c2f11645d5))
* typo .npmignore ([df91cae](https://github.com/hatiolab/operato/commit/df91caea0f5938a3febd9307184e5b036a65e2bd))
## [8.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2024-10-14)
**Note:** Version bump only for package @operato/utils
## [8.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.28...v8.0.0-alpha.29) (2024-10-10)
### :bug: Bug Fix
* apply pointer-event ([ecc73a1](https://github.com/hatiolab/operato/commit/ecc73a1d2df0d8ce7ba462965062a91461c504c3))
## [8.0.0-alpha.0](https://github.com/hatiolab/operato/compare/v7.1.1...v8.0.0-alpha.0) (2024-09-01)
**Note:** Version bump only for package @operato/utils
### [7.1.1](https://github.com/hatiolab/operato/compare/v7.0.80...v7.1.1) (2024-09-01)

@@ -71,0 +28,0 @@

export { default as InfiniteScrollable } from './infinite-scrollable.js';
export * from './gesture-mixin.js';
export { default as InfiniteScrollable } from './infinite-scrollable.js';
export * from './gesture-mixin.js';
//# sourceMappingURL=index.js.map

28

package.json

@@ -5,3 +5,3 @@ {

"author": "heartyoh",
"version": "8.0.0-beta.2",
"version": "8.0.0",
"main": "dist/src/index.js",

@@ -23,4 +23,2 @@ "module": "dist/src/index.js",

"./mixins/infinite-scrollable.js": "./dist/src/mixins/infinite-scrollable.js",
"./gesture-mixin.js": "./dist/src/mixins/gesture-mixin.js",
"./gesture-helper.js": "./dist/src/gesture-helper.js",
"./is-unvalued.js": "./dist/src/is-unvalued.js"

@@ -63,8 +61,2 @@ },

],
"gesture-mixin.js": [
"dist/src/mixins/gesture-mixin.d.ts"
],
"gesture-helper.js": [
"dist/src/gesture-helper.d.ts"
],
"is-unvalued.js": [

@@ -99,13 +91,13 @@ "dist/src/is-unvalued.d.ts"

"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.10.0",
"@custom-elements-manifest/analyzer": "^0.9.2",
"@hatiolab/prettier-config": "^1.0.0",
"@open-wc/eslint-config": "^12.0.3",
"@open-wc/testing": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@web/dev-server": "^0.4.0",
"@open-wc/testing": "^3.1.6",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@web/dev-server": "^0.3.0",
"@web/dev-server-storybook": "^2.0.1",
"@web/test-runner": "^0.19.0",
"concurrently": "^9.0.0",
"eslint": "^9.0.0",
"@web/test-runner": "^0.18.0",
"concurrently": "^8.0.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^9.1.0",

@@ -134,3 +126,3 @@ "husky": "^9.0.11",

},
"gitHead": "ee1b5124995accb99272d3b5854f3df1d8746dda"
"gitHead": "180d521a2ca296829122361a45be86e8542ada43"
}

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