grunt-dts-bundle
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "grunt-dts-bundle", | ||
"description": "Export TypeScript .d.ts files as an external module definition", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"homepage": "https://github.com/grunt-ts/grunt-dts-bundle", | ||
@@ -36,3 +36,3 @@ "author": { | ||
"dependencies": { | ||
"dts-bundle": "^0.2.0" | ||
"dts-bundle": "^0.3.0" | ||
}, | ||
@@ -47,4 +47,4 @@ "devDependencies": { | ||
"peerDependencies": { | ||
"grunt": "~0.4.1" | ||
"grunt": "~0.4.5" | ||
} | ||
} |
# grunt-dts-bundle | ||
> Grunt [plugin](http://gruntjs.com/) to export TypeScript .d.ts files as an external module definition with [dts-bundle](https://github.com/grunt-ts/dts-bundle) | ||
> Grunt [plugin](http://gruntjs.com/) to export TypeScript .d.ts files as an external module definition with [dts-bundle](https://github.com/TypeStrong/dts-bundle) | ||
[![Build Status](https://secure.travis-ci.org/grunt-ts/grunt-dts-bundle.svg?branch=master)](http://travis-ci.org/grunt-ts/grunt-dts-bundle) [![NPM version](https://badge.fury.io/js/grunt-dts-bundle.svg)](http://badge.fury.io/js/grunt-dts-bundle) [![Dependency Status](https://david-dm.org/grunt-ts/grunt-dts-bundle.svg)](https://david-dm.org/grunt-ts/grunt-dts-bundle) [![devDependency Status](https://david-dm.org/grunt-ts/grunt-dts-bundle/dev-status.svg)](https://david-dm.org/grunt-ts/grunt-dts-bundle#info=devDependencies) | ||
[![Build Status](https://secure.travis-ci.org/TypeStrong/grunt-dts-bundle.svg?branch=master)](http://travis-ci.org/TypeStrong/grunt-dts-bundle) [![NPM version](https://badge.fury.io/js/grunt-dts-bundle.svg)](http://badge.fury.io/js/grunt-dts-bundle) [![Dependency Status](https://david-dm.org/TypeStrong/grunt-dts-bundle.svg)](https://david-dm.org/TypeStrong/grunt-dts-bundle) [![devDependency Status](https://david-dm.org/TypeStrong/grunt-dts-bundle/dev-status.svg)](https://david-dm.org/TypeStrong/grunt-dts-bundle#info=devDependencies) | ||
Simple wrapper for [dts-bundle](https://github.com/grunt-ts/dts-bundle) | ||
Simple wrapper for [dts-bundle](https://github.com/TypeStrong/dts-bundle) | ||
@@ -29,3 +29,3 @@ ## Getting Started | ||
All options are passed directly to [dts-bundle](https://github.com/grunt-ts/dts-bundle) | ||
All options are passed directly to [dts-bundle](https://github.com/TypeStrong/dts-bundle) | ||
@@ -47,2 +47,3 @@ ```js | ||
* 0.3.0 - Updated to dts-bundle v0.3.0 | ||
* 0.2.0 - Updated to dts-bundle v0.2.0 | ||
@@ -49,0 +50,0 @@ * 0.1.0 - First release |
@@ -0,0 +0,0 @@ module.exports = function (grunt) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
6633
5
89
62
+ Addeddts-bundle@0.3.0(transitive)
- Removeddts-bundle@0.2.0(transitive)
Updateddts-bundle@^0.3.0