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

moo-angular-accordion

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moo-angular-accordion - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/index.js

2

package.json
{
"name": "moo-angular-accordion",
"version": "1.0.1",
"version": "1.0.2",
"description": "AngularJS Directive Component of the UI-Toolkit's Accordion for Mutual of Omaha's DXD Team",

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

@@ -14,3 +14,3 @@ var webpack = require('webpack');

path: __dirname + '/src',
filename: '[name].js'
filename: 'index.js'
},

@@ -57,3 +57,3 @@ resolve: {

config.output.filename = '[name].js';
config.output.filename = 'index.js';
config.entry ='./index.js';

@@ -65,3 +65,3 @@ config.devtool = 'source-map';

config.devtool = 'source-map';
config.entry = './index.js';
config.entry = {index: './index.js'};
break;

@@ -68,0 +68,0 @@

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