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

@graphitation/cli

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphitation/cli - npm Package Compare versions

Comparing version 1.5.8 to 1.6.0

lib/supermassive.js.map

14

CHANGELOG.md
# Change Log - @graphitation/cli
This log was last generated on Mon, 29 May 2023 13:14:21 GMT and should not be manually modified.
This log was last generated on Tue, 20 Jun 2023 11:38:28 GMT and should not be manually modified.
<!-- Start content -->
## 1.6.0
Tue, 20 Jun 2023 11:38:28 GMT
### Minor changes
- Bump TS version in dev, move TS to peerDep (mnovikov@microsoft.com)
- Bump @graphitation/supermassive-extractors to v2.2.0
- Bump @graphitation/ts-codegen to v2.5.0
## 1.5.8
Mon, 29 May 2023 13:14:21 GMT
Mon, 29 May 2023 13:14:30 GMT

@@ -11,0 +21,0 @@ ### Patches

2

lib/supermassive.js

@@ -125,3 +125,3 @@ "use strict";

);
let result = (0, import_ts_codegen.generateTS)(document, {
const result = (0, import_ts_codegen.generateTS)(document, {
outputPath,

@@ -128,0 +128,0 @@ documentPath: fullPath,

{
"name": "@graphitation/cli",
"license": "MIT",
"version": "1.5.8",
"version": "1.6.0",
"bin": {

@@ -22,9 +22,9 @@ "supermassive": "./bin/supermassive.js"

"@types/jest": "^26.0.22",
"typescript": "^4.9.5",
"monorepo-scripts": "*"
},
"dependencies": {
"@graphitation/supermassive-extractors": "^2.1.0",
"@graphitation/ts-codegen": "^2.4.3",
"@graphitation/supermassive-extractors": "^2.2.0",
"@graphitation/ts-codegen": "^2.5.0",
"commander": "^8.3.0",
"typescript": "^4.4.3 <4.5.0",
"fast-glob": "^3.2.12",

@@ -34,3 +34,6 @@ "graphql": "^15.6.1"

"sideEffects": false,
"access": "public"
"access": "public",
"peerDependencies": {
"typescript": "^4.3.0"
}
}

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