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

@olton/query

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@olton/query - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

6

dist/query/index.js

@@ -188,5 +188,7 @@ "use strict";

Query.use = function () {
for (var i = 0; i < arguments.length; i++) {
Object.assign(Query.prototype, i < 0 || arguments.length <= i ? undefined : arguments[i]);
for (var _len = arguments.length, mixins = new Array(_len), _key = 0; _key < _len; _key++) {
mixins[_key] = arguments[_key];
}
Object.assign.apply(Object, [Query.prototype].concat(mixins));
};

@@ -193,0 +195,0 @@

{
"name": "@olton/query",
"version": "0.1.4",
"version": "0.1.5",
"description": "Javascript class for DOM manipulation and querying",

@@ -5,0 +5,0 @@ "main": "index.js",

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