Socket
Socket
Sign inDemoInstall

@hh.ru/babel-plugin-static-value-extractor

Package Overview
Dependencies
Maintainers
10
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hh.ru/babel-plugin-static-value-extractor - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

8

lib/index.js

@@ -56,3 +56,9 @@ 'use strict';

(0, _babelTraverse2.default)(ast, traverser);
} catch (ignore) {}
} catch (error) {
if (process.env.NODE_ENV === 'development') {
console.log(error);
} else {
throw error;
}
}
};

@@ -59,0 +65,0 @@

2

package.json
{
"name": "@hh.ru/babel-plugin-static-value-extractor",
"version": "0.0.5",
"version": "0.0.6",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "devDependencies": {

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