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

django-apps-webpack-alias

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-apps-webpack-alias - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

index.js

2

__tests__/test.js

@@ -1,2 +0,2 @@

const djangoAppsAlias = require('./../src/index');
const djangoAppsAlias = require('./../index');
const testAppsPath = '__tests__/dummy_project/dummy_app_structure';

@@ -3,0 +3,0 @@

{
"name": "django-apps-webpack-alias",
"version": "1.0.1",
"version": "1.0.2",
"description": "Automatically discovery django apps folder and create webpack alias for them with the app name",
"main": "dist/django-apps-webpack-alias.min.js",
"module": "dist/django-apps-webpack-alias.es.js",
"main": "index.js",
"scripts": {
"test": "jest",
"release": "np",
"lint": "eslint .",
"build": "npm run clean:dist && bili",
"clean:dist": "del-cli dist/* !dist/.gitkeep",
"prepublish": "npm run build"
"lint": "eslint ."
},

@@ -32,5 +28,8 @@ "repository": {

},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"homepage": "https://github.com/marinko-peso/django-apps-webpack-alias#readme",
"devDependencies": {
"bili": "^3.1.2",
"del-cli": "^1.1.0",

@@ -37,0 +36,0 @@ "eslint": "^4.19.1",

@@ -8,2 +8,3 @@ # Django Apps Webpack Alias

[![dependecies](https://david-dm.org/marinko-peso/django-apps-webpack-alias.svg)](https://david-dm.org/marinko-peso/django-apps-webpack-alias)
[![codecov](https://codecov.io/gh/marinko-peso/django-apps-webpack-alias/branch/master/graph/badge.svg)](https://codecov.io/gh/marinko-peso/django-apps-webpack-alias)

@@ -10,0 +11,0 @@ Automatically discovery django apps folder and create webpack alias for them with the app name.

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