Socket
Socket
Sign inDemoInstall

albio

Package Overview
Dependencies
0
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.54 to 1.0.55

4

index.js

@@ -5,3 +5,3 @@ 'use strict';

function $$setData(text, data) {
function $$set_data(text, data) {
data = '' + data;

@@ -55,3 +55,3 @@ if (text.wholeText !== data) text.data = data;

exports.$$invalidate = $$invalidate;
exports.$$setData = $$setData;
exports.$$set_data = $$set_data;
exports.$$text = $$text;

@@ -9,3 +9,3 @@ 'use strict';

function $$setData(text, data) {
function $$set_data(text, data) {
data = '' + data;

@@ -15,3 +15,3 @@ if (text.wholeText !== data) text.data = data;

function $$setAttrData(el, attr, data) {
function $$set_attr_data(el, attr, data) {
data = '' + data;

@@ -77,4 +77,4 @@ el[attr] = data;

exports.$$invalidate = $$invalidate;
exports.$$setAttrData = $$setAttrData;
exports.$$setData = $$setData;
exports.$$set_attr_data = $$set_attr_data;
exports.$$set_data = $$set_data;
exports.$$text = $$text;

@@ -81,0 +81,0 @@ exports.$$toggle_class = $$toggle_class;

{
"name": "albio",
"version": "1.0.54",
"version": "1.0.55",
"description": "πŸš€ Tiny compiler-powered reactivity library for sensible web apps",

@@ -5,0 +5,0 @@ "main": "index",

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

export { $$invalidate, $$text, $$setData } from './internal/index';
export { $$invalidate, $$text, $$set_data } from './internal/index';
export declare function $$element(node: any): any;
export declare function $$setData(text: Text, data: any): void;
export declare function $$setAttrData(el: any, attr: string, data: any): void;
export declare function $$set_data(text: Text, data: any): void;
export declare function $$set_attr_data(el: any, attr: string, data: any): void;
export declare function $$text(data: any): Text;
export declare function $$detach(node: any): void;
export declare function $$toggle_class(el: any, name: string, toggle: boolean): void;

Sorry, the diff of this file is too big to display

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc