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 1.0.1 to 1.0.2

2

package.json
{
"name": "@mmckegg/mutant",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

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

var releases = keys.forEach(function (key) {
var releases = keys.map(function (key) {
if (blackList.hasOwnProperty(key)) {

@@ -21,0 +21,0 @@ throw new Error("Cannot create a struct with a key named '" + key + "'.\n" + blackList[key])

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