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

@artisfy/switchjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artisfy/switchjs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

index.js

@@ -26,4 +26,4 @@ // Turn on, off, or toggle multiple switches by clicking an action trigger element

import { $, $$ } from 'queryjs';
import { getParents } from 'hummingbird/lib/dom';
import { $, $$ } from '@artisfy/queryjs';
import { getParents } from '@artisfy/hummingbird/lib/dom';
import {

@@ -34,4 +34,4 @@ parseSwitchActionAttributes,

parseSwitchedOnAttributes
} from 'parse-data-attributes';
import { isStringANumber } from 'hummingbird/lib/string';
} from '@artisfy/parse-data-attributes';
import { isStringANumber } from '@artisfy/hummingbird/lib/string';

@@ -38,0 +38,0 @@ document.on('click', function (event) {

{
"name": "@artisfy/switchjs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Turn on, off, or toggle multiple switches by clicking an action trigger element",

@@ -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