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

arylo-init

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arylo-init - npm Package Compare versions

Comparing version 2.1.21 to 2.1.22

dist/patches/2.1.22.js

48

package.json
{
"name": "arylo-init",
"version": "2.1.21",
"version": "2.1.22",
"description": "Initial Node.js Project for Arylo Edition",

@@ -10,11 +10,11 @@ "main": "./dist/index.js",

"engines": {
"node": ">=6"
"node": ">=8"
},
"scripts": {
"clean": "rimraf dist",
"resource": "node ./scripts/copy",
"resource": "node ./.scripts/copy",
"tsc": "tsc --locale zh-cn --pretty",
"build": "npm run tsc -- -P tsconfig.json",
"build:prod": "npm run tsc -- -P tsconfig.prod.json",
"build:test": "npm run tsc -- -P tsconfig.test.json",
"build:prod": "npm run tsc -- -P .scripts/tsconfig.prod.json",
"build:test": "npm run tsc -- -P .scripts/tsconfig.test.json",
"lint": "npm run lint:typescript && npm run lint:javascript",

@@ -57,17 +57,17 @@ "lint:typescript": "tslint lib/**/*.ts public/**/*.ts",

"dependencies": {
"chalk": "^2.4.1",
"ftconfig": "^1.1.0",
"js-yaml": "^3.12.0",
"make-dir": "^1.3.0",
"rimraf": "^2.6.2",
"update-notifier": "^2.5.0"
"chalk": "^2.4.2",
"ftconfig": "^1.1.1",
"js-yaml": "^3.13.1",
"make-dir": "^3.0.0",
"rimraf": "^2.6.3",
"update-notifier": "^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@commitlint/lint": "^7.2.1",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@commitlint/lint": "^8.0.0",
"@types/glob": "^7.1.1",
"@types/js-yaml": "^3.11.2",
"@types/js-yaml": "^3.12.1",
"@types/make-dir": "^1.0.3",
"@types/node": "^10.1.2",
"@types/node": "^12.0.4",
"@types/request": "^2.47.1",

@@ -78,4 +78,4 @@ "@types/request-promise-native": "^1.0.15",

"@types/yaml": "^1.0.1",
"ava": "^1.0.1",
"dtss": "^1.0.1",
"ava": "^1.4.1",
"dtss": "^1.1.1",
"eslint": "^4.19.1",

@@ -87,13 +87,13 @@ "eslint-config-standard": "^11.0.0",

"eslint-plugin-standard": "^3.0.1",
"glob": "^7.1.3",
"husky": "^1.1.2",
"lint-staged": "^7.3.0",
"glob": "^7.1.4",
"husky": "^2.3.0",
"lint-staged": "^8.1.7",
"md5": "^2.2.1",
"prettier": "^1.14.3",
"prettier": "^1.17.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"tslint": "^5.10.0",
"typescript": "^3.1.3",
"tslint": "^5.17.0",
"typescript": "^3.5.1",
"y-config": "^2.0.1"
}
}

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