Comparing version 0.0.1 to 1.3.0
{ | ||
"type": "module", | ||
"name": "govuk", | ||
"version": "0.0.1", | ||
"description": "JavaScript API client for GOV.UK Content and Search APIs.", | ||
"version": "1.3.0", | ||
"source": "index.js", | ||
"main": "index.js", | ||
"repository": "https://github.com/tav/govuk-component-kit", | ||
"author": "tav <tav@espians.com>", | ||
"license": "Public Domain" | ||
"module": "index.modern.js", | ||
"unpkg": "index.modern.js", | ||
"scripts": { | ||
"build": "microbundle build --format modern --external none --alias node-fetch=unfetch,debug=src/debug.browser.js", | ||
"test": "npm run lint && npm run ava:coverage", | ||
"ava:coverage": "NODE_OPTIONS='--no-warnings --loader=esmock' c8 --100 ava", | ||
"ava": "NODE_OPTIONS='--no-warnings --loader=esmock' ava", | ||
"lint": "eslint *.js src/*.js && prettier --check *.js src/*.js", | ||
"semantic-release": "semantic-release", | ||
"commit": "commit" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"index.js", | ||
"src/content.js", | ||
"src/search.js", | ||
"index.modern.js", | ||
"index.modern.js.map" | ||
], | ||
"dependencies": { | ||
"async-retry": "^1.3.3", | ||
"debug": "^4.3.4", | ||
"eventemitter3": "^4.0.7", | ||
"node-fetch": "^3.2.10", | ||
"throttled-queue": "^2.1.4", | ||
"unfetch": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@commitlint/prompt-cli": "^17.1.2", | ||
"ava": "^5.0.1", | ||
"c8": "^7.12.0", | ||
"eslint": "^8.25.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-n": "^15.4.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"esmock": "^2.0.7", | ||
"microbundle": "^0.15.1", | ||
"prettier": "^2.7.1", | ||
"semantic-release": "^19.0.5" | ||
}, | ||
"engines": { | ||
"node": ">=16.x" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "conventionalcommits" | ||
} | ||
], | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
"@semantic-release/github" | ||
] | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:n/recommended", | ||
"prettier" | ||
], | ||
"plugins": [ | ||
"prettier" | ||
], | ||
"rules": { | ||
"prettier/prettier": "error" | ||
}, | ||
"parserOptions": { | ||
"ecmaVersion": 2022 | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/NickColley/govuk-api.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/NickColley/govuk-api/issues" | ||
}, | ||
"homepage": "https://github.com/NickColley/govuk-api#readme" | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
79359
7
0
343
0
1
265
0
Yes
6
13
4
+ Addedasync-retry@^1.3.3
+ Addeddebug@^4.3.4
+ Addedeventemitter3@^4.0.7
+ Addednode-fetch@^3.2.10
+ Addedthrottled-queue@^2.1.4
+ Addedunfetch@^4.2.0
+ Addedasync-retry@1.3.3(transitive)
+ Addeddata-uri-to-buffer@4.0.1(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedeventemitter3@4.0.7(transitive)
+ Addedfetch-blob@3.2.0(transitive)
+ Addedformdata-polyfill@4.0.10(transitive)
+ Addedms@2.1.3(transitive)
+ Addednode-domexception@1.0.0(transitive)
+ Addednode-fetch@3.3.2(transitive)
+ Addedretry@0.13.1(transitive)
+ Addedthrottled-queue@2.1.4(transitive)
+ Addedunfetch@4.2.0(transitive)
+ Addedweb-streams-polyfill@3.3.3(transitive)