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

@acanto/core-detect

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acanto/core-detect - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

4

index.js

@@ -1,2 +0,2 @@

import { $ } from "@acanto/core-dom";
import { $, addClass } from "@acanto/core-dom";
export { default as hasTouch } from "./hasTouch";

@@ -14,5 +14,5 @@ export { default as isIos } from "./isIos";

// use function custom property
html.classList.add(`${result[1] ? "has-" : "no-"}${result[0]}`);
addClass(html, `${result[1] ? "has-" : "no-"}${result[0]}`);
return result;
}
{
"name": "@acanto/core-detect",
"version": "0.0.17",
"version": "0.0.18",
"author": "Acanto <info@acanto.net> (https://acanto.agency/)",

@@ -15,6 +15,6 @@ "license": "ISC",

"dependencies": {
"@acanto/core-dom": "^0.0.17"
"@acanto/core-dom": "^0.0.18"
},
"sideEffects": false,
"gitHead": "f31e5fb27fe94c35b5543531363ae25aa437b718"
"gitHead": "4a535ee9ef1c6303220803d4a9e04c1ef1a18080"
}
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