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

@live-change/framework

Package Overview
Dependencies
Maintainers
1
Versions
360
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/framework - npm Package Compare versions

Comparing version 0.5.21 to 0.5.23

1

index.js

@@ -15,2 +15,3 @@ const App = require('./lib/App.js')

module.exports.rangeProperties = module.exports.utils.rangeProperties
module.exports.encodeIdentifier = module.exports.utils.encodeIdentifier

@@ -17,0 +18,0 @@

@@ -249,6 +249,14 @@

function encodeIdentifier(parts) {
if(!Array.isArray(parts)) {
return parts
}
return parts.map(p => JSON.stringify(p)).join(':')
}
module.exports = {
typeName, toJSON, setDifference, mapDifference, crudChanges,
getProperty, setProperty, getField, setField, isObject, mergeDeep, generateDefault,
prefixRange, rangeProperties, fieldListToFieldsObject
prefixRange, rangeProperties, fieldListToFieldsObject,
encodeIdentifier
}

4

package.json
{
"name": "@live-change/framework",
"version": "0.5.21",
"version": "0.5.23",
"description": "Live Change Framework - ultimate solution for real time mobile/web apps",

@@ -38,3 +38,3 @@ "main": "index.js",

},
"gitHead": "00708b95082fc8c701e5ca32b9063c88a2c02a34"
"gitHead": "ddd822ce5b366e93309073e8f92a87d1e52fc751"
}
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