Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
1
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 1.1.3 to 1.1.4

catalog-info.yaml

6

lib/static-value-extractor-plugin.js

@@ -106,4 +106,6 @@ "use strict";

compiler.hooks.done.tap('StaticValueExtractorPlugin', function () {
extractStaticValues(_this.options);
compiler.hooks.done.tap('StaticValueExtractorPlugin', function (stats) {
if (!stats.hasErrors()) {
extractStaticValues(_this.options);
}
});

@@ -110,0 +112,0 @@ }

{
"name": "@hh.ru/babel-plugin-static-value-extractor",
"version": "1.1.3",
"version": "1.1.4",
"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