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

grunt-dts-bundle

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-dts-bundle - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

Gruntfile.js

6

package.json
{
"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

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