template-file
Advanced tools
Comparing version 3.1.0 to 4.0.0
{ | ||
"name": "template-file", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"main": "dist/index.js", | ||
"description": "🔀 Replace {{ variables }} in all your files", | ||
"main": "index.js", | ||
"repository": "https://github.com/gsandf/template-file", | ||
@@ -11,30 +11,83 @@ "contributors": [ | ||
"homepage": "https://github.com/gsandf/template-file#readme", | ||
"bugs": { | ||
"url": "https://github.com/gsandf/template-file/issues" | ||
}, | ||
"keywords": [ | ||
"replace", | ||
"template", | ||
"replace", | ||
"handlebars" | ||
], | ||
"license": "MIT", | ||
"bin": "cli.js", | ||
"files": [ | ||
"dist/**" | ||
], | ||
"sideEffects": false, | ||
"types": "dist/index.d.ts", | ||
"bin": "dist/cli.js", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=10.0.0" | ||
}, | ||
"eslintConfig": { | ||
"extends": "gsandf" | ||
"ava": { | ||
"extensions": [ | ||
"js", | ||
"ts" | ||
], | ||
"files": [ | ||
"__tests__/**/*.ts" | ||
], | ||
"ignoredByWatcher": [ | ||
"!src/**" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
}, | ||
"scripts": { | ||
"test": "ava" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"dependencies": { | ||
"dot-prop": "^5.1.0", | ||
"glob": "^7.1.1", | ||
"meow": "^5.0.0", | ||
"p-limit": "^2.2.0", | ||
"pify": "^4.0.1" | ||
"@blakek/deep": "^2.1.1", | ||
"glob": "^7.1.6", | ||
"meow": "^8.0.0", | ||
"p-limit": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^2.2.0", | ||
"eslint": "^6.0.1", | ||
"eslint-config-gsandf": "^1.0.0" | ||
"@babel/core": "^7.12.9", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-transform-runtime": "^7.12.1", | ||
"@babel/preset-env": "^7.12.7", | ||
"@babel/preset-typescript": "^7.12.7", | ||
"@rollup/plugin-babel": "^5.2.2", | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"@rollup/plugin-typescript": "^8.0.0", | ||
"@types/glob": "^7.1.3", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"@typescript-eslint/parser": "^4.9.0", | ||
"amper-scripts": "^1.0.0-1", | ||
"ava": "^3.13.0", | ||
"nodemon": "^2.0.6", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.2.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.34.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.1.2" | ||
}, | ||
"peerDependencies": {}, | ||
"scripts": { | ||
"build:clean": "rimraf ./dist", | ||
"build:js": "tsc --build", | ||
"build": "run-s build:clean build:js", | ||
"format-check": "amper-scripts format-check '*.{js,ts,tsx}' 'src/**/*.{js,ts,tsx}'", | ||
"format": "amper-scripts format-write '*.{js,ts,tsx}' 'src/**/*.{js,ts,tsx}'", | ||
"lint": "amper-scripts lint --config ./.eslintrc.js '*.{js,ts,tsx}' 'src/**/*.{js,ts,tsx}'", | ||
"prepack": "run-s validate build", | ||
"test": "ava", | ||
"typeCheck": "tsc --noEmit", | ||
"validate": "run-p format-check lint typeCheck" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
75420
4
0
4
22
116
+ Added@blakek/deep@^2.1.1
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@blakek/curry@2.0.2(transitive)
+ Added@blakek/deep@2.2.0(transitive)
+ Added@types/minimist@1.2.5(transitive)
+ Added@types/normalize-package-data@2.4.4(transitive)
+ Addedcamelcase@5.3.1(transitive)
+ Addedcamelcase-keys@6.2.2(transitive)
+ Addedfind-up@4.1.0(transitive)
+ Addedhard-rejection@2.1.0(transitive)
+ Addedhosted-git-info@4.1.0(transitive)
+ Addedindent-string@4.0.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedjson-parse-even-better-errors@2.3.1(transitive)
+ Addedkind-of@6.0.3(transitive)
+ Addedlines-and-columns@1.2.4(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addedlru-cache@6.0.0(transitive)
+ Addedmap-obj@4.3.0(transitive)
+ Addedmeow@8.1.2(transitive)
+ Addedmin-indent@1.0.1(transitive)
+ Addedminimist-options@4.1.0(transitive)
+ Addednormalize-package-data@3.0.3(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedparse-json@5.2.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedpathington@1.1.7(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedquick-lru@4.0.1(transitive)
+ Addedread-pkg@5.2.0(transitive)
+ Addedread-pkg-up@7.0.1(transitive)
+ Addedredent@3.0.0(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedstrip-indent@3.0.0(transitive)
+ Addedtrim-newlines@3.0.1(transitive)
+ Addedtype-fest@0.18.10.6.00.8.1(transitive)
+ Addedyallist@4.0.0(transitive)
+ Addedyargs-parser@20.2.9(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removeddot-prop@^5.1.0
- Removedpify@^4.0.1
- Removedarray-find-index@1.0.2(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedcamelcase-keys@4.2.0(transitive)
- Removedcurrently-unhandled@0.4.1(transitive)
- Removeddot-prop@5.3.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedindent-string@3.2.0(transitive)
- Removedis-obj@2.0.0(transitive)
- Removedjson-parse-better-errors@1.0.2(transitive)
- Removedload-json-file@4.0.0(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedloud-rejection@1.6.0(transitive)
- Removedmap-obj@2.0.0(transitive)
- Removedmeow@5.0.0(transitive)
- Removedminimist-options@3.0.2(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedparse-json@4.0.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedpath-type@3.0.0(transitive)
- Removedpify@3.0.04.0.1(transitive)
- Removedquick-lru@1.1.0(transitive)
- Removedread-pkg@3.0.0(transitive)
- Removedread-pkg-up@3.0.0(transitive)
- Removedredent@2.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstrip-bom@3.0.0(transitive)
- Removedstrip-indent@2.0.0(transitive)
- Removedtrim-newlines@2.0.0(transitive)
- Removedyargs-parser@10.1.0(transitive)
Updatedglob@^7.1.6
Updatedmeow@^8.0.0
Updatedp-limit@^3.1.0