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

amplience-graphql-codegen-common

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplience-graphql-codegen-common - npm Package Compare versions

Comparing version 0.1.3 to 0.1.6

LICENSE

34

package.json
{
"name": "amplience-graphql-codegen-common",
"version": "0.1.3",
"module": "dist/index.mjs",
"author": "Lab Digital",
"version": "0.1.6",
"private": false,
"license": "MIT",
"module": "dist/index.mjs",
"main": "dist/index.js",

@@ -12,11 +13,8 @@ "typings": "dist/index.d.ts",

],
"publishConfig": {
"directory": "dist"
},
"engines": {
"node": ">=16"
},
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"scripts": {

@@ -26,22 +24,10 @@ "start": "tsup --watch",

"postbuild": "cp package.json dist",
"lint": "eslint",
"size": "size-limit",
"analyze": "size-limit --why"
"lint": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "eslint"
}
},
"dependencies": {
"change-case": "^4.1.2",
"graphql": "^15.6.0"
"graphql": "^15.6.0",
"graphql-tag": "^2.12.6"
},
"devDependencies": {
"@babel/preset-env": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@luckycatfactory/esbuild-graphql-loader": "^3.7.0",
"esbuild": "^0.15.5",
"graphql-tag": "^2.12.6"
}
"gitHead": "8ec548b31ea77c5bdde92f010d48d30f98be4a91"
}
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