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

bkui-cli-template-webpack4-saas

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bkui-cli-template-webpack4-saas - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "bkui-cli-template-webpack4-saas",
"version": "0.1.5",
"version": "0.1.6",
"description": "bkui-cli-template-webpack4-saas",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,3 +20,3 @@ /**

withCredentials: true,
headers: { X_REQUESTED_WITH: 'XMLHttpRequest' },
headers: { 'X-REQUESTED-WITH': 'XMLHttpRequest' },
baseURL: AJAX_URL_PREFIX + window.PROJECT_CONFIG.SITE_URL

@@ -23,0 +23,0 @@ })

@@ -29,3 +29,3 @@ /**

{
path: '/example1',
path: 'example1',
alias: '',

@@ -36,3 +36,3 @@ name: 'example1',

{
path: '/example2',
path: 'example2',
name: 'example2',

@@ -42,3 +42,3 @@ component: Example2

{
path: '/example3',
path: 'example3',
name: 'example3',

@@ -45,0 +45,0 @@ component: Example3

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