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.2.0 to 3.2.1

5

array.js

@@ -7,2 +7,3 @@ var Value = require('./value')

var addCollectionMethods = require('./lib/add-collection-methods')
var forEach = require('./for-each')

@@ -23,3 +24,3 @@ module.exports = Array

if (defaultValues && defaultValues.length) {
defaultValues.forEach(add)
forEach(defaultValues, add)
}

@@ -140,3 +141,3 @@

object.length = 0
values.forEach(add)
forEach(values, add)
if (binder.live) {

@@ -143,0 +144,0 @@ listen()

2

lookup.js

@@ -36,3 +36,3 @@ var MutantMap = require('./map')

var key = resolve(item.key)
if (key !== undefined) {
if (key != null) {
var rawValue = item.value

@@ -39,0 +39,0 @@ currentKeys.push(key)

{
"name": "@mmckegg/mutant",
"version": "3.2.0",
"version": "3.2.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "array.js",

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