Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webpack-auto-inject-version

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-auto-inject-version - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

3

dist/core/utils.js

@@ -7,3 +7,3 @@ var Utils = (function () {

};
Utils.merge_options = function (obj1, obj2) {
Utils.merge = function (obj1, obj2) {
var obj3 = {};

@@ -20,1 +20,2 @@ for (var attrname in obj1) {

}());
module.exports = Utils;
{
"name": "webpack-auto-inject-version",
"version": "0.1.12",
"version": "0.1.13",
"repository": "radswiat/webpack-auto-inject-version",

@@ -5,0 +5,0 @@ "description": "Webpack plugin for auto inject version from package.json",

@@ -13,3 +13,3 @@ class Utils{

*/
static merge_options(obj1,obj2){
static merge(obj1,obj2){
var obj3 = {};

@@ -21,2 +21,4 @@ for (var attrname in obj1) { obj3[attrname] = obj1[attrname]; }

}
}
module.exports = Utils;
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