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

linc-build-ssr

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linc-build-ssr - npm Package Compare versions

Comparing version 1.2.2 to 1.3.2

2

package.json
{
"name": "linc-build-ssr",
"version": "1.2.2",
"version": "1.3.2",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "repository": {},

@@ -6,3 +6,3 @@ const path = require('path');

const lincConfig = packageJson.linc || {};
const profile = lincConfig.buildProfile || '@bitgenics/linc-profile-generic-react-redux-routerv3';
const profile = lincConfig.buildProfile || 'linc-profile-generic-react-redux-routerv3';
const errorHtmls = lincConfig.errorDir || 'errors';

@@ -9,0 +9,0 @@ const errorSrc = path.resolve(process.cwd(), errorHtmls);

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