Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@apollo/datasource-rest

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/datasource-rest - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

33

package.json
{
"name": "@apollo/datasource-rest",
"description": "REST DataSource for Apollo Server v4",
"version": "4.2.0",
"version": "4.3.0",
"author": "Apollo <packages@apollographql.com>",

@@ -21,3 +21,4 @@ "license": "MIT",

"scripts": {
"build": "tsc --build tsconfig.build.json",
"//": "#use npx here to ensure that non-TS users triggering the postinstall script don't need to install TypeScript globally or in their project",
"build": "npx -p typescript tsc --build tsconfig.build.json",
"clean": "git clean -dfqX",

@@ -35,18 +36,18 @@ "install-with-npm-8.5": "npm i -g npm@^8.5.0 && npm i",

"devDependencies": {
"@apollo/server": "4.0.0-alpha.2",
"@apollo/utils.withrequired": "^1.0.0",
"@changesets/changelog-github": "0.4.6",
"@changesets/cli": "2.24.1",
"@apollo/server": "4.0.0",
"@apollo/utils.withrequired": "1.0.0",
"@changesets/changelog-github": "0.4.7",
"@changesets/cli": "2.25.0",
"@types/http-cache-semantics": "4.0.1",
"@types/jest": "28.1.6",
"@types/node": "14.18.23",
"cspell": "6.5.0",
"graphql": "16.5.0",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"@types/jest": "29.1.2",
"@types/node": "14.18.31",
"cspell": "6.12.0",
"graphql": "16.6.0",
"jest": "29.1.2",
"jest-junit": "14.0.1",
"nock": "13.2.9",
"prettier": "2.7.1",
"ts-jest": "28.0.7",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.4"
},

@@ -63,5 +64,5 @@ "dependencies": {

"volta": {
"node": "16.16.0",
"npm": "8.15.1"
"node": "16.17.1",
"npm": "8.19.2"
}
}
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