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

moo-angular-input

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moo-angular-input - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "moo-angular-input",
"version": "1.1.1",
"version": "1.1.2",
"description": "AngularJS Directive Component of the UI-Toolkit's Input for Mutual of Omaha's DXD Team",

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

@@ -58,5 +58,6 @@ var webpack = require('webpack');

config.output.path = __dirname + '/dist';
// config.plugins.push(new webpack.optimize.UglifyJsPlugin());
// config.plugins.push(new webpack.optimize.DedupePlugin());
// config.plugins.push(new webpack.optimize.OccurenceOrderPlugin());
config.plugins.push(new webpack.optimize.UglifyJsPlugin());
config.plugins.push(new webpack.optimize.DedupePlugin());
config.plugins.push(new webpack.optimize.OccurenceOrderPlugin());
config.plugins.push(new webpack.ProvidePlugin({ jQuery: "jquery", $: "jquery"}));

@@ -63,0 +64,0 @@ config.output.filename = 'index.js';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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