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.3.0 to 4.3.1

8

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

@@ -21,7 +21,5 @@ "license": "MIT",

"scripts": {
"//": "#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",
"build": "tsc --build tsconfig.build.json",
"clean": "git clean -dfqX",
"install-with-npm-8.5": "npm i -g npm@^8.5.0 && npm i",
"postinstall": "npm run build",
"prettier-check": "prettier --check .",

@@ -42,3 +40,3 @@ "prettier-fix": "prettier --write .",

"@types/jest": "29.1.2",
"@types/node": "14.18.31",
"@types/node": "14.18.32",
"cspell": "6.12.0",

@@ -45,0 +43,0 @@ "graphql": "16.6.0",

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