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

asma-genql-directory

Package Overview
Dependencies
Maintainers
7
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-genql-directory - npm Package Compare versions

Comparing version

to
1.2.117

yarn-error.log

1

lib/generated/index.d.ts

@@ -403,2 +403,3 @@ import {

readonly chat_NewChat: 'chat_NewChat'
readonly chat_NewChatShowAll: 'chat_NewChatShowAll'
readonly chat_TicketWidget: 'chat_TicketWidget'

@@ -405,0 +406,0 @@ readonly chat_UserContextMe: 'chat_UserContextMe'

@@ -369,2 +369,3 @@ import {

chat_NewChat: 'chat_NewChat',
chat_NewChatShowAll: 'chat_NewChatShowAll',
chat_TicketWidget: 'chat_TicketWidget',

@@ -371,0 +372,0 @@ chat_UserContextMe: 'chat_UserContextMe',

60

package.json
{
"name": "asma-genql-directory",
"version": "1.2.116",
"description": "autogen for directory srv",
"main": "lib/index.js",
"types": "lib",
"type": "module",
"scripts": {
"build": "npx tsc && npx tsc -p . && yarn clean && yarn copy-files",
"clean": "rm -rf ./lib/generated/",
"pub:inc": "npm version patch && npm publish",
"copy-files": "cp -r ./src/generated/ ./lib/generated/",
"build:win": "npx tsc && npx tsc -p . && yarn clean:win && yarn copy-files:win",
"clean:win": "del \".\\lib\\generated\"",
"copy-files:win": "xcopy .\\src\\generated\\ .\\lib\\generated\\",
"genql:dev-super-user": "genql --endpoint https://dev.adopus.no/api/directory/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: oUf822vk7z3oYPCpc\" -H \"x-hasura-role: super_user\"",
"genql:dev": "genql --endpoint https://dev.adopus.no/api/directory/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: oUf822vk7z3oYPCpc\" -H \"x-hasura-role: genql\"",
"genql:local": "genql --endpoint http://localhost:7001/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: srvdirectory\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ie",
"license": "ISC",
"devDependencies": {
"@genql/cli": "^2.10.0",
"typescript": "^5.1.3"
},
"dependencies": {
"@genql/runtime": "^2.10.0",
"graphql": "^16.8.1"
}
}
"name": "asma-genql-directory",
"version": "1.2.117",
"description": "autogen for directory srv",
"main": "lib/index.js",
"types": "lib",
"type": "module",
"author": "ie",
"license": "ISC",
"devDependencies": {
"@genql/cli": "^2.10.0",
"typescript": "^5.1.3"
},
"dependencies": {
"@genql/runtime": "^2.10.0",
"graphql": "^16.8.1"
},
"scripts": {
"build": "npx tsc && npx tsc -p . && yarn clean && yarn copy-files",
"clean": "rm -rf ./lib/generated/",
"pub:inc": "npm version patch && npm publish",
"copy-files": "cp -r ./src/generated/ ./lib/generated/",
"build:win": "npx tsc && npx tsc -p . && yarn clean:win && yarn copy-files:win",
"clean:win": "del \".\\lib\\generated\"",
"copy-files:win": "xcopy .\\src\\generated\\ .\\lib\\generated\\",
"genql:dev-super-user": "genql --endpoint https://dev.adopus.no/api/directory/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: oUf822vk7z3oYPCpc\" -H \"x-hasura-role: super_user\"",
"genql:dev": "genql --endpoint https://dev.adopus.no/api/directory/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: oUf822vk7z3oYPCpc\" -H \"x-hasura-role: genql\"",
"genql:local": "genql --endpoint http://localhost:7001/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: srvdirectory\"",
"test": "echo \"Error: no test specified\" && exit 1"
}
}

@@ -403,2 +403,3 @@ import {

readonly chat_NewChat: 'chat_NewChat'
readonly chat_NewChatShowAll: 'chat_NewChatShowAll'
readonly chat_TicketWidget: 'chat_TicketWidget'

@@ -405,0 +406,0 @@ readonly chat_UserContextMe: 'chat_UserContextMe'

@@ -369,2 +369,3 @@ import {

chat_NewChat: 'chat_NewChat',
chat_NewChatShowAll: 'chat_NewChatShowAll',
chat_TicketWidget: 'chat_TicketWidget',

@@ -371,0 +372,0 @@ chat_UserContextMe: 'chat_UserContextMe',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display