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

@homebound/graphql-typescript-simple-resolvers

Package Overview
Dependencies
Maintainers
34
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homebound/graphql-typescript-simple-resolvers - npm Package Compare versions

Comparing version 1.48.0 to 1.49.0

17

package.json
{
"name": "@homebound/graphql-typescript-simple-resolvers",
"version": "1.48.0",
"version": "1.49.0",
"main": "./build/index.js",
"types": "./build/",
"scripts": {
"build": "rm -rf build; ./node_modules/.bin/tsc",
"prepare": "npm run build",
"test": "./node_modules/.bin/jest --watch",
"coverage": "./node_modules/.bin/jest --collectCoverage",
"build": "rm -rf build; tsc",
"prepack": "yarn build",
"test": "jest --watch",
"coverage": "jest --collectCoverage",
"format": "prettier --write 'src/**/*.{ts,js,tsx,jsx}'",

@@ -31,5 +31,6 @@ "graphql-codegen": "rm integration/graphql-types.ts; graphql-codegen --config integration/graphql-codegen.yml"

"hooks": {
"pre-commit": "npm run format"
"pre-commit": "yarn format"
}
}
}
},
"packageManager": "yarn@3.6.3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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