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

@berlysia/create-app

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berlysia/create-app - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

templates/inject-base/renovate.json

8

package.json
{
"name": "@berlysia/create-app",
"version": "1.1.0",
"version": "2.0.0",
"description": "",

@@ -12,4 +12,8 @@ "main": "index.js",

},
"files": [
"templates",
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo 'test me please'",
"lint": "run-p lint:*",

@@ -16,0 +20,0 @@ "lint:eslint": "eslint '**/*.{js,ts,jsx,tsx}'",

# create-app
```
$ npm init @berlysia/app
```
OR
```
$ yarn create @berlysia/app
```
{
"scripts": {
"test": "echo 'test me please'",
"lint": "run-p lint:*",

@@ -12,9 +13,9 @@ "lint:eslint": "eslint '**/*.{js,ts,jsx,tsx}'",

"devDependencies": {
"@berlysia/eslint-config": "^2.1.0",
"eslint": "^7.26.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1"
"@berlysia/eslint-config": "*",
"eslint": "*",
"husky": "*",
"lint-staged": "*",
"npm-run-all": "*",
"prettier": "*"
}
}

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