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

@putout/engine-runner

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/engine-runner - npm Package Compare versions

Comparing version 13.2.1 to 13.3.0

10

lib/get-position.js

@@ -7,3 +7,7 @@ 'use strict';

module.exports.getPosition = (path, shebang) => {
const {node} = getPath(path);
const parsedPath = getPath(path);
validatePath(parsedPath);
const {node} = parsedPath;
const {loc} = node;

@@ -28,1 +32,5 @@

function validatePath(path) {
if (!path.node)
throw Error(`☝️ Looks like 'push' called without a 'path' argument.`);
}

2

package.json
{
"name": "@putout/engine-runner",
"version": "13.2.1",
"version": "13.3.0",
"type": "commonjs",

@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

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