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

broccoli-typify

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-typify - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

dist/broccoli-typescript.js

@@ -292,3 +292,3 @@ /// <reference path="../types/all.d.ts" />

else {
console.log("resolveModuleNames confused by '" + name + "'");
debug('broccoli-typify')("resolveModuleNames skipping module '" + name + "'");
return undefined;

@@ -295,0 +295,0 @@ }

{
"name": "broccoli-typify",
"version": "0.0.8",
"version": "0.0.9",
"description": "Provide broccoli building blocks for typescript pipelines.",

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

@@ -342,3 +342,3 @@ /// <reference path="../types/all.d.ts" />

} else {
console.log(`resolveModuleNames confused by '${name}'`);
debug('broccoli-typify')(`resolveModuleNames skipping module '${name}'`);
return undefined;

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