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

@lowdefy/helpers

Package Overview
Dependencies
Maintainers
2
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lowdefy/helpers - npm Package Compare versions

Comparing version 4.0.0-rc.6 to 4.0.0-rc.7

34

dist/serializer.js

@@ -79,2 +79,20 @@ /* eslint-disable no-param-reassign */ /*

let newValue = value;
if (type.isObject(newValue)) {
if (newValue._r_) {
Object.defineProperty(newValue, '_r_', {
value: newValue._r_,
enumerable: false,
writable: true,
configurable: true
});
}
if (newValue._k_) {
Object.defineProperty(newValue, '_k_', {
value: newValue._k_,
enumerable: false,
writable: true,
configurable: true
});
}
}
if (customReviver) {

@@ -102,18 +120,2 @@ newValue = customReviver(key, value);

}
if (newValue._r_) {
Object.defineProperty(newValue, '_r_', {
value: newValue._r_,
enumerable: false,
writable: true,
configurable: true
});
}
if (newValue._k_) {
Object.defineProperty(newValue, '_k_', {
value: newValue._k_,
enumerable: false,
writable: true,
configurable: true
});
}
}

@@ -120,0 +122,0 @@ return newValue;

{
"name": "@lowdefy/helpers",
"version": "4.0.0-rc.6",
"version": "4.0.0-rc.7",
"license": "Apache-2.0",

@@ -54,3 +54,3 @@ "description": "",

},
"gitHead": "8238145a9eb26c6f3dc48661ab6eca6e3aca4f83"
"gitHead": "0bbeceb0a73e7c8061d83829bb5066f08cacf094"
}
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