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

angular-directive-boilerplate

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

angular-directive-boilerplate - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/directive.min.css.css

2

bower.json
{
"name": "angular-directive-template",
"version": "0.0.5",
"version": "0.0.6",
"authors": [

@@ -5,0 +5,0 @@ "Mohsen Azimi <mazimi@apigee.com>"

/*!
* angular-directive-boilerplate
*
* Version: 0.0.0 - 2014-10-05T19:33:47.048Z
* Version: 0.0.5 - 2014-10-06T04:21:35.698Z
* License: MIT

@@ -6,0 +6,0 @@ */

@@ -90,3 +90,3 @@ var fs = require('fs');

.pipe(gulp.dest('dist'))
.pipe(rename('directive.min.js'))
.pipe(rename({suffix: '.min.js'}))
.pipe(uglify({preserveComments: 'some'}))

@@ -107,3 +107,3 @@ .pipe(gulp.dest('./dist'))

.pipe(minifyCSS())
.pipe(rename('directive.min.css'))
.pipe(rename({suffix: '.min.css'}))
.pipe(gulp.dest('dist'))

@@ -110,0 +110,0 @@ .pipe(connect.reload());

{
"name": "angular-directive-boilerplate",
"version": "0.0.5",
"version": "0.0.6",
"description": "Angular Publishable Directive Boilerplate",

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

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