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

@webprovisions/platform

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webprovisions/platform - npm Package Compare versions

Comparing version 1.0.0-alpha.10 to 1.0.0-alpha.11

2

lib-esm/query-list.js

@@ -23,3 +23,3 @@ export var querySelectorMatchFactory = function (createNameList) {

else {
var namespaces = subSelector.split(':').reverse();
var namespaces = subSelector.split(':');
destruct.push({ namespaces: namespaces, filters: [] });

@@ -26,0 +26,0 @@ }

@@ -25,3 +25,3 @@ "use strict";

else {
var namespaces = subSelector.split(':').reverse();
var namespaces = subSelector.split(':');
destruct.push({ namespaces: namespaces, filters: [] });

@@ -28,0 +28,0 @@ }

{
"name": "@webprovisions/platform",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"description": "Webprovisions core platform modules.",

@@ -5,0 +5,0 @@ "author": "Humany AB",

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