
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
@waynevanson/juse
Advanced tools
@waynevanson/juseAn acronym for JSON update stringify emitter.
Listen to events for updating stringified JSON on compatible JavaScript objects.
Only compatible with JSON.stringify.
import { createJuse } from "@waynevanson/juse"
const juse = createJuse({
space: 2,
onUpdate({ offset, remove, value }) {
const message =
`At index ${offset},` +
`delete ${remove} bytes,` +
`replacing it with ${value}`
console.log(message)
},
})
// this value now console logs when values change
const json = juse({
firstName: "Sara",
lastName: "Van Der Haans"
partner: ["Johannes"],
})
// Happy Valentines day!
// looks like someone's getting a divorce..
delete json.partner[0] // console logs
json.lastName = "Ruiter" // console logs
FAQs
An acronym for JSON update stringify emitter.
We found that @waynevanson/juse demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.