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

@putout/compare

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/compare - npm Package Compare versions

Comparing version 8.4.0 to 8.5.0

2

lib/is.js

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

const parse = !program ? template.ast : template.program.ast;
const node = parse(tmpl);
const node = parse(tmpl) || template.ast.fresh(tmpl);

@@ -222,0 +222,0 @@ if (tmpl === ANY_OBJECT)

{
"name": "@putout/compare",
"version": "8.4.0",
"version": "8.5.0",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "compare ast-nodes",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/compare",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/compare#readme",
"main": "lib/compare.js",

@@ -44,3 +45,3 @@ "release": false,

"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^11.0.0",
"eslint-plugin-putout": "^12.0.0",
"just-camel-case": "^4.0.2",

@@ -53,3 +54,4 @@ "lerna": "^4.0.0",

"putout": "*",
"supertape": "^6.0.0"
"supertape": "^6.0.0",
"try-catch": "^3.0.0"
},

@@ -56,0 +58,0 @@ "license": "MIT",

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