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

@significa/start

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@significa/start - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

2

lib/next.js

@@ -21,3 +21,2 @@ "use strict";

'styled-components',
'dotenv',
];

@@ -30,3 +29,2 @@ const devDependencies = [

'@svgr/webpack',
'tsconfig-paths-webpack-plugin',
'@serverless/core',

@@ -33,0 +31,0 @@ '@serverless/template',

5

lib/templates/common/.eslintrc.json
{
"extends": "@significa/eslint-config"
"extends": "@significa/eslint-config",
"settings": {
"import/internal-regex": "^common|^lib/|^modules/|^pages/"
}
}

@@ -1,15 +0,4 @@

/* eslint-disable @typescript-eslint/no-var-requires */
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin')
const webpack = require('webpack')
require('dotenv').config()
module.exports = {
target: 'serverless',
webpack(config) {
config.plugins.push(new webpack.EnvironmentPlugin(process.env))
if (config.resolve.plugins) {
config.resolve.plugins.push(new TsconfigPathsPlugin())
} else {
config.resolve.plugins = [new TsconfigPathsPlugin()]
}
config.module.rules.push({

@@ -29,5 +18,2 @@ test: /\.svg$/,

},
env: {
STAGE: process.env.STAGE,
},
}
{
"name": "@significa/start",
"description": "Opinionated Significa's bootstrap CLI to start React projects based on Create React App, NextJS or GatsbyJS.",
"version": "0.3.1",
"version": "0.4.0",
"author": "Significa Lda. <hello@significa.co>",

@@ -6,0 +6,0 @@ "bin": {

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