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

@pitaya-components/checkbox

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pitaya-components/checkbox - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

7

dist/commonjs/pi-checkbox-formfield.js

@@ -14,5 +14,5 @@ "use strict";

const form_field_1 = require("@material/form-field");
const app_1 = require("@pitaya-components/app");
const aurelia_framework_1 = require("aurelia-framework");
const aurelia_typed_observable_plugin_1 = require("aurelia-typed-observable-plugin");
const pitaya_framework_1 = require("pitaya-framework");
const foundation_1 = require("./foundation");

@@ -23,3 +23,3 @@ aurelia_typed_observable_plugin_1.usePropertyTypeForBindable(true);

constructor() {
this._id = pitaya_framework_1.generateGUID();
this._id = app_1.generateGUID();
}

@@ -102,3 +102,4 @@ checkedChanged(value) {

PiCheckboxFormfield = __decorate([
aurelia_framework_1.viewResources(aurelia_framework_1.PLATFORM.moduleName("./pi-checkbox.css"))
aurelia_framework_1.viewResources(aurelia_framework_1.PLATFORM.moduleName("./pi-checkbox.css")),
aurelia_framework_1.customElement("pi-checkbox--with-form-field")
], PiCheckboxFormfield);

@@ -105,0 +106,0 @@ exports.PiCheckboxFormfield = PiCheckboxFormfield;

@@ -12,5 +12,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { MDCFormField } from "@material/form-field";
import { PLATFORM, viewResources } from "aurelia-framework";
import { generateGUID } from "@pitaya-components/app";
import { customElement, PLATFORM, viewResources } from "aurelia-framework";
import { bindable, usePropertyTypeForBindable, usePropertyTypeForObservable } from "aurelia-typed-observable-plugin";
import { generateGUID } from "pitaya-framework";
import { PitayaCheckboxFoundation } from "./foundation";

@@ -99,3 +99,4 @@ usePropertyTypeForBindable(true);

PiCheckboxFormfield = __decorate([
viewResources(PLATFORM.moduleName("./pi-checkbox.css"))
viewResources(PLATFORM.moduleName("./pi-checkbox.css")),
customElement("pi-checkbox--with-form-field")
], PiCheckboxFormfield);

@@ -102,0 +103,0 @@ export { PiCheckboxFormfield };

{
"name" : "@pitaya-components/checkbox",
"version" : "0.0.15",
"version" : "0.0.16",
"description" : "Pitaya-Framework Component Checkbox.",

@@ -23,12 +23,12 @@ "repository" : {

"devDependencies" : {
"@pitaya-components/list" : "~0.0.6",
"@pitaya-components/menu" : "~0.0.5",
"@pitaya-components/snackbar" : "~0.0.2",
"@pitaya-components/grid" : "~0.0.7",
"@pitaya-components/topbar" : "~0.0.30",
"@pitaya-components/typography" : "~0.0.2",
"@types/node" : "^10.17.3",
"@pitaya-components/grid" : "~0.0.1",
"@pitaya-components/list" : "~0.0.1",
"@pitaya-components/menu" : "~0.0.1",
"@pitaya-components/snackbar" : "~0.0.1",
"@pitaya-components/topbar" : "~0.0.1",
"@pitaya-components/typography" : "~0.0.1",
"@types/node" : "^10.17.17",
"aurelia-animator-css" : "^1.0.4",
"aurelia-bootstrapper" : "^2.3.2",
"aurelia-cli" : "^1.0.2",
"aurelia-cli" : "^1.3.0",
"aurelia-testing" : "^1.0.0",

@@ -60,3 +60,3 @@ "aurelia-tools" : "^2.0.0",

"tslint" : "^5.13.0",
"typescript" : "^3.1.2",
"typescript" : "^3.8.3",
"vinyl-fs" : "^3.0.3"

@@ -93,3 +93,3 @@ },

"aurelia-typed-observable-plugin" : "~0.4.2",
"@pitaya-components/app" : "~0.0.1"
"@pitaya-components/app" : "~0.0.1"
},

@@ -96,0 +96,0 @@ "moduleResolution" : "node",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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