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

@putout/engine-runner

Package Overview
Dependencies
Maintainers
1
Versions
167
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 10.1.0 to 10.2.0

10

lib/replace/index.js

@@ -19,2 +19,3 @@ 'use strict';

const {keys, entries} = Object;
const {stringify} = JSON;

@@ -26,2 +27,9 @@ const stub = () => [];

const validateTemplateValues = (a, b) => {
for (const key of keys(a)) {
if (!b[key])
throw Error(`Looks like template values not linked: ${stringify(keys(a))} ${stringify(keys(b))}`);
}
};
module.exports = ({rule, plugin, msg, options}) => {

@@ -88,2 +96,4 @@ const {

validateTemplateValues(waysTo, waysFrom);
setValues({

@@ -90,0 +100,0 @@ waysTo,

2

package.json
{
"name": "@putout/engine-runner",
"version": "10.1.0",
"version": "10.2.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -5,0 +5,0 @@ "description": "run putout plugins",

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