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

@mmckegg/mutant

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mmckegg/mutant - npm Package Compare versions

Comparing version 3.10.1 to 3.10.2

test/archive/dom.js

2

map.js

@@ -231,6 +231,6 @@ var resolve = require('./resolve')

lastValues.set(item, raw[i])
rebind(i)
} else {
raw[i] = lastValues.get(item)
}
rebind(i)
values[i] = resolve(raw[i])

@@ -237,0 +237,0 @@ }

{
"name": "@mmckegg/mutant",
"version": "3.10.1",
"version": "3.10.2",
"description": "Create observables and map them to DOM elements. Massively inspired by hyperscript and observ-*. No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all over the place.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "browserify test/*.js | tape-run | tap-spec"
},

@@ -31,3 +31,10 @@ "author": "Matt McKegg",

"browser-split": "0.0.1"
},
"devDependencies": {
"browserify": "^13.1.1",
"setimmediate": "^1.0.5",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"tape-run": "^2.1.4"
}
}
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