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

generator-politico-django

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-politico-django - npm Package Compare versions

Comparing version

to
0.2.1

1

generators/app/index.js

@@ -66,3 +66,2 @@ const Generator = require('yeoman-generator');

this.destinationPath('webpack-prod.config.js'), {
staticUrl: this.staticUrl,
appName: this.appName,

@@ -69,0 +68,0 @@ });

2

generators/app/templates/webpack-prod.config.js

@@ -18,3 +18,3 @@ const path = require('path');

output: {
path: path.resolve(__dirname, '../<%= staticUrl %>/<%= appName %>'),
path: path.resolve(__dirname, '../static/<%= appName %>'),
filename: 'js/[name].js',

@@ -21,0 +21,0 @@ },

{
"name": "generator-politico-django",
"version": "0.2.0",
"version": "0.2.1",
"description": "Yeoman generator for building static assets inside django apps at Politico.",

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

@@ -8,2 +8,4 @@ ![POLITICO](https://rawgithub.com/The-Politico/src/master/images/logo/badge.png)

It uses [Webpack](https://webpack.github.io/), [Babel](https://babeljs.io/) and [SCSS](http://sass-lang.com/).
See the docs on [readthedocs](http://generator-politico-django.readthedocs.io/en/latest/).