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

saddle

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saddle - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

6

index.js

@@ -432,6 +432,6 @@ if (typeof require === 'function') {

}
Attribute.prototype = new Template();
Attribute.prototype.get = Attribute.prototype.getBound = function(context) {
return this.data;
};
Attribute.prototype.module = Template.prototype.module;
Attribute.prototype.type = 'Attribute';

@@ -462,4 +462,4 @@ Attribute.prototype.serialize = function() {

if (propertyName) {
if (value === void 0) value = null;
if (propertyName === 'value' && (element.value === value || element.valueAsNumber === value)) return;
if (propertyName === 'value') value = this.stringify(value);
if (element[propertyName] === value) return;
element[propertyName] = value;

@@ -466,0 +466,0 @@ return;

@@ -9,3 +9,3 @@ {

},
"version": "0.7.1",
"version": "0.7.2",
"main": "./lib/index.js",

@@ -12,0 +12,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