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

@operato/utils

Package Overview
Dependencies
Maintainers
4
Versions
212
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.15 to 0.3.16

dist/src/closest-element.d.ts

9

CHANGELOG.md

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

### [0.3.16](https://github.com/hatiolab/operato/compare/v0.3.15...v0.3.16) (2022-01-19)
### :rocket: New Features
* closest-element in @operato/utils ([f517bde](https://github.com/hatiolab/operato/commit/f517bdea07de913a349da5cb99a25b5eab53548e))
### [0.3.15](https://github.com/hatiolab/operato/compare/v0.3.14...v0.3.15) (2022-01-17)

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

1

dist/src/index.d.ts

@@ -9,1 +9,2 @@ export * from './sleep.js';

export * from './password-pattern.js';
export * from './closest-element';

@@ -9,2 +9,3 @@ export * from './sleep.js';

export * from './password-pattern.js';
export * from './closest-element';
//# sourceMappingURL=index.js.map

5

package.json

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

"author": "heartyoh",
"version": "0.3.15",
"version": "0.3.16",
"main": "dist/src/index.js",

@@ -18,2 +18,3 @@ "module": "dist/src/index.js",

"./context-path.js": "./dist/src/context-path.js",
"./closest-element.js": "./dist/src/closest-element.js",
"./mixins/infinite-scrollable.js": "./dist/src/mixins/infinite-scrollable.js"

@@ -77,3 +78,3 @@ },

},
"gitHead": "d186024ded9e143e7bf77459c80ff93b90045f27"
"gitHead": "7ea092c9fb1a2152b651f19e7b3bdd0b36199a49"
}

@@ -9,1 +9,2 @@ export * from './sleep.js'

export * from './password-pattern.js'
export * from './closest-element'

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