Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
9
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.1.0 to 0.2.0

5

lib/index.js

@@ -76,2 +76,3 @@ 'use strict';

var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var cb = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : noop;

@@ -98,4 +99,6 @@ var cachedFiles = {};

_extractStaticValueImportedFilesFromFile(file, opts);
var values = [].concat(_toConsumableArray(new Set(staticPropsList)));
cb(values);
return [].concat(_toConsumableArray(new Set(staticPropsList)));
return values;
};

@@ -102,0 +105,0 @@

2

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