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

@-0/browser

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@-0/browser - npm Package Compare versions

Comparing version 0.2.103 to 0.2.104

7

lib/commands/routing.js

@@ -47,3 +47,3 @@ import { URL2obj, Err_missing_props } from "@-0/utils";

return setLinkAttrs(node);
console.warn(Err_missing_props("_SET_LINK_ATTRS_DOM", props));
return console.warn(Err_missing_props("_SET_LINK_ATTRS_DOM", props));
}

@@ -61,5 +61,6 @@ });

};
if (url && node)
if (url && node && !node.document)
return history.pushState(URL2obj(url), null, url);
console.warn(Err_missing_props("_HREF_PUSHSTATE_DOM", props));
console.log({ acc });
return console.warn(Err_missing_props("_HREF_PUSHSTATE_DOM", props));
}

@@ -66,0 +67,0 @@ });

@@ -11,4 +11,7 @@ import { DOM_NODE, URL_FULL, CMD_SUB$, CMD_ARGS, CMD_SRC$, CMD_WORK } from "@-0/keys";

[CMD_ARGS]: x => x,
[CMD_WORK]: args => run$.next(task({ [URL_FULL]: args[URL_FULL], [DOM_NODE]: args[DOM_NODE] }))
[CMD_WORK]: args => {
console.log({ args });
run$.next(task({ [URL_FULL]: args[URL_FULL], [DOM_NODE]: args[DOM_NODE] }));
}
});
};

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

"license": "MIT",
"version": "0.2.103",
"version": "0.2.104",
"description": "Browser helpers for -0 state management, routing and the interaction between",

@@ -44,5 +44,5 @@ "main": "./lib/index.js",

"dependencies": {
"@-0/keys": "^0.2.100",
"@-0/utils": "^0.2.97",
"@-0/spool": "^0.2.103"
"@-0/keys": "^0.2.101",
"@-0/utils": "^0.2.98",
"@-0/spool": "^0.2.104"
},

@@ -49,0 +49,0 @@ "devDependencies": {

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