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

create-salt-project

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-salt-project - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/package.json
{
"name": "create-salt-project",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

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

@@ -79,5 +79,6 @@ import { log } from "console";

lintStagedConfiguration = `module.exports = {
'**/*.{js,jsx,ts,tsx}': ['prettier --write', 'eslint --fix'],
'**/*.{js,jsx,ts,tsx}': ['prettier --write'],
'**/*.{html,css,scss,json}': ['prettier --write'],
}`;
'src/**/*.{js,jsx,ts,tsx}': ['eslint --fix'],
};`;
commanInstallLinterLiteral = {

@@ -84,0 +85,0 @@ npm: "npm install -D eslint@latest @typescript-eslint/eslint-plugin @typescript-eslint/parser && npm i -g eslint",

{
"name": "create-salt-project",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

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