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

gulp-tsreflect

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-tsreflect - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

7

index.js

@@ -10,5 +10,4 @@ // (c) Rogier Schouten <rogier.schouten@gmail.com>

var File = require("vinyl");
var gutil = require("gulp-util");
var PluginError = gutil.PluginError;
var through = require("through2");
const PluginError = require("plugin-error");

@@ -90,3 +89,3 @@ const PLUGIN_NAME = "gulp-tsreflect";

console.log(e.stack);
me.emit(new gutil.PluginError(PLUGIN_NAME, e));
me.emit(new PluginError(PLUGIN_NAME, e));
return cb(e);

@@ -111,3 +110,3 @@ }

if (errors !== "") {
me.emit(new gutil.PluginError(PLUGIN_NAME, errors));
me.emit(new PluginError(PLUGIN_NAME, errors));
}

@@ -114,0 +113,0 @@

{
"name": "gulp-tsreflect",
"version": "2.0.3",
"version": "2.0.4",
"description": "Gulp plugin for the tsreflect-compiler.",

@@ -18,7 +18,7 @@ "repository": {

"name": "Rogier Schouten",
"email": "r.schouten@spiritit.com"
"email": "github@workingcode.ninja"
},
"license": "MIT",
"dependencies": {
"gulp-util": "^3.0.8",
"plugin-error": "^0.1.2",
"through2": "^2.0.3",

@@ -25,0 +25,0 @@ "tsreflect-compiler": "^0.1.10",

@@ -40,2 +40,6 @@ # gulp-tsreflect

### 2.0.4
* Remove deprecated gulp-util dependency
### 2.0.3

@@ -42,0 +46,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