Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

automutate

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automutate - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

lib/mutators/fileMoveMutator.d.ts

3

lib/mutators/multipleMutator.js

@@ -63,2 +63,5 @@ "use strict";

}
end = end === undefined
? Math.max(begin, range.begin)
: Math.max(end, begin, range.begin);
}

@@ -65,0 +68,0 @@ return {

2

package.json
{
"name": "automutate",
"version": "0.7.1",
"version": "0.7.2",
"description": "Applies waves of mutations provided by other tools, such as linters.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -58,2 +58,6 @@ import { IMutation } from "../mutation";

}
end = end === undefined
? Math.max(begin, range.begin)
: Math.max(end, begin, range.begin);
}

@@ -60,0 +64,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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