Comparing version 1.0.0-alpha.0 to 1.0.0-beta.1
147
package.json
{ | ||
"name": "load-yml", | ||
"version": "1.0.0-alpha.0", | ||
"description": "get os lang", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/saqqdy/load-yml.git" | ||
}, | ||
"keywords": [ | ||
"os", | ||
"lang", | ||
"os", | ||
"locale", | ||
"os", | ||
"language", | ||
"nodejs", | ||
"local" | ||
], | ||
"author": "saqqdy <https://github.com/saqqdy>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/saqqdy/load-yml/issues" | ||
}, | ||
"homepage": "https://github.com/saqqdy/load-yml#readme" | ||
"name": "load-yml", | ||
"description": "Read and parse a .yaml or .yml file", | ||
"version": "1.0.0-beta.1", | ||
"packageManager": "pnpm@7.26.1", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"unpkg": "./dist/index.min.js", | ||
"jsdelivr": "./dist/index.min.js", | ||
"typings": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"./*": "./*" | ||
}, | ||
"files": [ | ||
"dist", | ||
"es", | ||
"lib" | ||
], | ||
"directories": { | ||
"dist": "dist", | ||
"es": "es", | ||
"lib": "lib", | ||
"src": "src" | ||
}, | ||
"scripts": { | ||
"build": "run-s clean build:{bundle,types,docs} roll-types", | ||
"build:bundle": "rollup -c build/rollup.config.ts --configPlugin @rollup/plugin-typescript", | ||
"build:types": "tsc --emitDeclarationOnly --outDir temp -p src", | ||
"build:docs": "rimraf docs && typedoc && prettier --write \"**/*.md\"", | ||
"roll-types": "api-extractor run && rimraf temp", | ||
"watch": "pnpm build:bundle -w", | ||
"pub": "tscjs scripts/publish", | ||
"unpub": "tscjs scripts/unpublish", | ||
"sync": "tscjs scripts/sync", | ||
"clean": "rimraf dist", | ||
"dist": "run-s clean build", | ||
"test-unit": "jest --filter ./scripts/filter-unit.js", | ||
"jest": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --coverage", | ||
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"eslint": "eslint --fix .", | ||
"prettier": "prettier --write \"**/*.{js,ts,jsx,tsx,yml,json,md}\"" | ||
}, | ||
"dependencies": { | ||
"@types/js-yaml": "^4.0.5", | ||
"core-js": "^3.27.2", | ||
"js-yaml": "^4.1.0", | ||
"strip-bom": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.12", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@eslint-sets/eslint-config-ts": "^4.1.0", | ||
"@microsoft/api-extractor": "^7.34.0", | ||
"@rollup/plugin-alias": "^4.0.3", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^24.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-typescript": "^11.0.0", | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.11.18", | ||
"chalk": "^5.2.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.32.0", | ||
"fast-glob": "^3.2.12", | ||
"jest": "^29.4.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.3", | ||
"prettier-config-common": "^1.3.0", | ||
"reinstaller": "^2.1.0", | ||
"rimraf": "^4.1.2", | ||
"rollup": "^3.11.0", | ||
"rollup-plugin-filesize": "^9.1.2", | ||
"rollup-plugin-visualizer": "^5.9.0", | ||
"ts-jest": "^29.0.5", | ||
"tsnd": "^1.1.0", | ||
"typedoc": "^0.23.24", | ||
"typedoc-plugin-markdown": "^3.14.0", | ||
"typescript": "^4.9.4" | ||
}, | ||
"peerDependencies": { | ||
"core-js": ">= 3" | ||
}, | ||
"pnpm": { | ||
"peerDependencyRules": { | ||
"ignoreMissing": [ | ||
"tslib", | ||
"webpack" | ||
], | ||
"allowedVersions": { | ||
"eslint": "^8.0.0" | ||
} | ||
} | ||
}, | ||
"keywords": [ | ||
"axios", | ||
"plugin", | ||
"extension", | ||
"load-yml", | ||
"axios-plugin", | ||
"axios-extend", | ||
"saqqdy" | ||
], | ||
"license": "MIT", | ||
"author": "saqqdy <https://github.com/saqqdy>", | ||
"homepage": "https://github.com/saqqdy/load-yml#readme", | ||
"bugs": { | ||
"url": "https://github.com/saqqdy/load-yml/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/saqqdy/load-yml.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
"access": "public" | ||
} | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
18464
6
446
1
1
68
5
30
2
+ Added@types/js-yaml@^4.0.5
+ Addedcore-js@^3.27.2
+ Addedjs-yaml@^4.1.0
+ Addedstrip-bom@^5.0.0
+ Added@types/js-yaml@4.0.9(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedcore-js@3.39.0(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedstrip-bom@5.0.0(transitive)