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

govuk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

govuk - npm Package Compare versions

Comparing version 0.0.1 to 1.3.0

index.js

96

package.json
{
"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"
}
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