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

putout

Package Overview
Dependencies
Maintainers
1
Versions
1237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

putout - npm Package Compare versions

Comparing version 2.8.0 to 2.9.0

4

lib/get-vars.js

@@ -71,3 +71,5 @@ 'use strict';

if (isObjectExpression(init))
if (isIdentifier(init))
use(path, init.name);
else if (isObjectExpression(init))
traverseObj(path, init.properties);

@@ -74,0 +76,0 @@ else if (isTemplateLiteral(init))

{
"name": "putout",
"version": "2.8.0",
"version": "2.9.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -5,0 +5,0 @@ "description": "find and remove unused variables",

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