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

@uxland-admin/ip-professional-header

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxland-admin/ip-professional-header - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

3

package.json
{
"name": "@uxland-admin/ip-professional-header",
"description": "ICS Process - Professional Header",
"version": "2.0.1",
"version": "2.0.2",
"main": "index.js",

@@ -22,2 +22,3 @@ "repository": {

"@babel/preset-env": "^7.2.3",
"circular-dependency-plugin": "^5.0.2",
"@types/chai": "^4.1.6",

@@ -24,0 +25,0 @@ "@types/mocha": "^5.2.5",

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

const ScriptExtHtmlWebpackPlugin = require('script-ext-html-webpack-plugin');
const CircularDependencyPlugin = require("circular-dependency-plugin");

@@ -98,3 +99,14 @@ const pkg = require('./package.json');

];
const devPlugins = [new CopyWebpackPlugin(copyStatics.copyWebcomponents), new webpack.HotModuleReplacementPlugin()
const devPlugins = [
new CopyWebpackPlugin(copyStatics.copyWebcomponents),
new webpack.HotModuleReplacementPlugin(),
new CircularDependencyPlugin({
//avoid circular dependencys
// exclude detection of files based on a RegExp
exclude: /a\.js|node_modules/,
// add errors to webpack instead of warnings
failOnError: true,
// set the current working directory for displaying module paths
cwd: process.cwd()
})
];

@@ -101,0 +113,0 @@ const buildPlugins = [

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