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

@featherds/checkbox

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/checkbox - npm Package Compare versions

Comparing version 0.12.5 to 0.12.6

10

package.json
{
"name": "@featherds/checkbox",
"version": "0.12.5",
"version": "0.12.6",
"publishConfig": {

@@ -12,5 +12,5 @@ "access": "public"

"dependencies": {
"@featherds/input-helper": "^0.12.5",
"@featherds/ripple": "^0.12.5",
"@featherds/styles": "^0.12.5",
"@featherds/input-helper": "^0.12.6",
"@featherds/ripple": "^0.12.6",
"@featherds/styles": "^0.12.6",
"vue": "^3.1.0-0"

@@ -23,3 +23,3 @@ },

"types": "./src/index.d.ts",
"gitHead": "902fb935f136f66098ff1f777f7ca1294854cd42"
"gitHead": "efae40a88230bf71e4927f9e40604d095fb92d35"
}

@@ -8,3 +8,4 @@ import { nextTick } from "vue";

import { Code } from "@featherds/utils/keys";
jest.spyOn(id, "getSafeId").mockImplementation((x) => x);
import { vi, expect, describe, it } from "vitest";
vi.spyOn(id, "getSafeId").mockImplementation((x) => x);

@@ -17,3 +18,3 @@ const getWrapper = function (options: Record<string, unknown> = {}) {

provide: {
registerCheckbox: jest.fn(),
registerCheckbox: vi.fn(),
},

@@ -20,0 +21,0 @@ },

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