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

angular-addtocalendar

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-addtocalendar - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

.swo

10

bower.json
{
"name": "angular-addtocalendar",
"version": "1.3.2",
"version": "1.3.3",
"authors": [

@@ -8,3 +8,3 @@ "Josh Shor <jpshor@gmail.com>"

"description": "AngularJS directive for adding events to calendar apps",
"main": "addtocalendar.js",
"main": "dist/addtocalendar.js",
"keywords": [

@@ -20,5 +20,2 @@ "icalendar",

"angular": ">=1.3.0",
"angular-bootstrap": "~0.13.0",
"file-saver": "FileSaver#~1.3.3",
"angular-file-saver": "^1.1.2",
"moment": "~2.15.1"

@@ -35,3 +32,2 @@ },

"lib",
"addtocalendar.js",
"npm-debug.log",

@@ -43,2 +39,2 @@ "karma.conf.js"

}
}
}
# Changelog
## v1.3.3
- fixes bower install issue
- fixes broken demo issue
- fixes chunk splitting + webpackJsonp undefined issue
## v1.3.2

@@ -119,2 +125,2 @@

Initial version
Initial version
{
"name": "angular-addtocalendar",
"version": "1.3.2",
"version": "1.3.3",
"description": "AngularJS directive for adding events to calendar apps",

@@ -5,0 +5,0 @@ "scripts": {

# angular-addtocalendar
### v1.3.2
### v1.3.3
An AngularJS directive for adding an event to calendar apps. It supports .ics files for iCalendar and Outlook and also supports Google Calendar, Yahoo! Calendar and Microsoft Calendar.
An AngularJS component for adding an event to calendar apps. It supports .ics files for iCalendar and Outlook and also supports Google Calendar, Yahoo! Calendar and Microsoft Calendar.
Enjoy!
[![Coverage Status](https://coveralls.io/repos/github/jshor/angular-addtocalendar/badge.svg?branch=master)](https://coveralls.io/github/jshor/angular-addtocalendar?branch=master) [![Build Status](https://travis-ci.org/jshor/angular-addtocalendar.svg?branch=master)](https://travis-ci.org/jshor/angular-addtocalendar) [![npm version](https://badge.fury.io/js/angular-addtocalendar.svg)](https://badge.fury.io/js/angular-addtocalendar) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org) [![dependency Status](https://david-dm.org/jshor/angular-addtocalendar/status.png)](https://david-dm.org/jshor/angular-addtocalendar#info=dependencies)
[![Coverage Status](https://coveralls.io/repos/github/jshor/angular-addtocalendar/badge.svg?branch=master)](https://coveralls.io/github/jshor/angular-addtocalendar?branch=master) [![Build Status](https://travis-ci.org/jshor/angular-addtocalendar.svg?branch=master)](https://travis-ci.org/jshor/angular-addtocalendar) [![npm version](https://badge.fury.io/js/angular-addtocalendar.svg)](https://badge.fury.io/js/angular-addtocalendar) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
[![dependency Status](https://david-dm.org/jshor/angular-addtocalendar/status.png)](https://david-dm.org/jshor/angular-addtocalendar#info=dependencies) [![devDependency Status](https://david-dm.org/jshor/angular-addtocalendar/dev-status.png)](https://david-dm.org/jshor/angular-addtocalendar#info=devDependencies)
## Installation

@@ -136,2 +132,2 @@

Available [here](https://github.com/jshor/angular-addtocalendar/blob/master/CHANGELOG.md).
Available [here](https://github.com/jshor/angular-addtocalendar/blob/master/CHANGELOG.md).

@@ -8,11 +8,5 @@ 'use strict';

var ExtractTextPlugin = require('extract-text-webpack-plugin');
var VendorChunkPlugin = require('webpack-vendor-chunk-plugin');
var CopyWebpackPlugin = require('copy-webpack-plugin');
/**
* Get dependencies list from package.json
*/
var vendorDeps = require('./package.json').dependencies;
/**
* Env

@@ -40,4 +34,3 @@ * Get npm lifecycle event to identify the environment

config.entry = isTest ? void 0 : {
addtocalendar: './src/component/index.js',
vendor: Object.keys(vendorDeps)
addtocalendar: './src/component/index.js'
};

@@ -149,5 +142,3 @@

to: __dirname + '/dist/addtocalendar.scss'
}]),
new webpack.optimize.CommonsChunkPlugin('vendor'),
new VendorChunkPlugin('vendor')
}])
)

@@ -154,0 +145,0 @@ }

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

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