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 8.1.1 to 8.2.0

13

lib/store.js
'use strict';
const {values, entries} = Object;
const {
values,
entries,
assign,
} = Object;
const isObject = (a) => typeof a === 'object';

@@ -35,2 +40,8 @@ module.exports.listStore = (list = []) => {

if (isObject(data)) {
map[name] = map[name] || {};
assign(map[name], data);
return;
}
map[name] = data;

@@ -37,0 +48,0 @@ };

2

package.json
{
"name": "@putout/engine-runner",
"version": "8.1.1",
"version": "8.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