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

vasille

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vasille - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

4

lib/attribute.js

@@ -60,6 +60,6 @@ //

if (value) {
rt.$app.$run.setAttribute(ts.el, name, value);
rt.$.app.$run.setAttribute(ts.el, name, value);
}
else {
rt.$app.$run.removeAttribute(ts.el, name);
rt.$.app.$run.removeAttribute(ts.el, name);
}

@@ -66,0 +66,0 @@

{
"name": "vasille",
"version": "1.2.5",
"description": "The fastest (Vanilla.js based) front-end javascript framework",
"version": "1.2.6",
"main": "lib/index.js",
"types": "types/index.d.ts",
"exports": {
"import": "./src/index.js",
"browser": "./src/index.js"
"import": "./lib/index.js",
"browser": "./lib/index.js"
},

@@ -11,0 +11,0 @@ "scripts": {

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