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

nexus

Package Overview
Dependencies
Maintainers
3
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexus - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

dist/autoConfig.js

@@ -92,3 +92,3 @@ "use strict";

? relativePathTo(resolvedPath, outputPath)
: pathOrModule).replace(/\.d?\.ts/, "");
: pathOrModule).replace(/(\.d)?\.ts/, "");
if (allImportsMap[alias] && allImportsMap[alias] !== importPath) {

@@ -95,0 +95,0 @@ return [2 /*return*/, console.warn("GraphQL Nexus Typegen: Cannot have multiple type sources " + importsMap[alias] + " and " + pathOrModule + " with the same alias " + alias + ", skipping")];

{
"name": "nexus",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -123,3 +123,3 @@ import {

: pathOrModule
).replace(/\.d?\.ts/, "");
).replace(/(\.d)?\.ts/, "");

@@ -126,0 +126,0 @@ if (allImportsMap[alias] && allImportsMap[alias] !== importPath) {

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