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

@guardian/simple-ts-test

Package Overview
Dependencies
Maintainers
43
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/simple-ts-test - npm Package Compare versions

Comparing version 1.9.1 to 1.10.0

33

package.json
{
"name": "@guardian/simple-ts-test",
"version": "1.9.1",
"version": "1.10.0",
"description": "A simple module to test the publication of a TS based project.",
"repository": "github:guardian/simple-ts-test",
"license": "ISC",
"author": "",
"main": "lib/index.js",

@@ -10,24 +11,7 @@ "files": [

],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "rm -rf lib && tsc",
"release": "semantic-release"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@guardian/eslint-config-typescript": "^0.5.0",
"@types/node": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"@guardian/eslint-config-typescript": "^0.7.0",
"@types/node": "^16.0.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"semantic-release": "^17.3.7",
"typescript": "^4.1.3"

@@ -37,3 +21,8 @@ },

"access": "public"
},
"scripts": {
"build": "tsc",
"lint": "eslint src --ext .ts",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
}
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