New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nevware21/grunt-ts-plugin

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nevware21/grunt-ts-plugin - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

8

CHANGELOG.md

@@ -0,1 +1,7 @@

# v0.4.2
## Changelog
- #51 [BUG] ts-plugin v0.4.1 Failing with only external non-emit-preventing errors
# v0.4.1

@@ -5,3 +11,3 @@

- [BUG] tsplugin does not fail when both type and external type errors are detected #48 #49
- #48 [BUG] tsplugin does not fail when both type and external type errors are detected

@@ -8,0 +14,0 @@ # v0.4.0

2

package.json
{
"name": "@nevware21/grunt-ts-plugin",
"description": "TypeScript Compilation Plugin for GruntJS",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "https://github.com/nevware21/grunt-plugins",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -820,3 +820,3 @@ 'use strict';

_logErrorSummary(chkResponse);
isSuccess = !chkResponse.isError;
isSuccess = !chkResponse.isError || chkResponse.isOnlyTypeErrors;
if (chkResponse.isOnlyTypeErrors && options.failOnTypeErrors) {

@@ -823,0 +823,0 @@ isSuccess = false;

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