
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
@liveflow-io/kotlin-graphql-resolvers
Advanced tools
Not in use, be aware, maybe will be used in the future
Not in use, be aware, maybe will be used in the future
###package?: string
@description Customize the Java package name. The default package name will be generated according to the output file path.
@example
generates:
src/main/kotlin/my-org/my-app/Resolvers.kt:
plugins:
- kotlin
config:
package: custom.package.name
enumValues?: EnumValuesMap
@description Overrides the default value of enum values declared in your GraphQL schema.
@example
config:
enumValues:
MyEnum:
A: 'foo'
@default Iterable @description Allow you to customize the list type
@example
generates:
src/main/kotlin/my-org/my-app/Types.kt:
plugins:
- @liveflow-io/kotlin-graphql-resolvers
config:
listType: Map
listType?: string
enumsPackage?: string
@default true
@description Generates enums import, to be used in conjunction with generateTypes
@example
generates:
src/main/kotlin/my-org/my-app/Types.kt:
plugins:
- @liveflow-io/kotlin-graphql-resolvers
config:
enumsPackage: 'com.example.enums.'
generateTypes: true
generateEnums: false
generateEnums?: boolean
@default true
@description Generates enums, you can set false to disable enum generation
@exampleMarkdown
generates:
src/main/kotlin/my-org/my-app/Enums.kt:
plugins:
- @liveflow-io/kotlin-graphql-resolvers
config:
generateEnums: true
generateTypes: false
###generateTypes?: boolean
@default true
@description Generates types only, to be used in conjunction with enumsPackage
to get enums from somewhere
@example
generates:
src/main/kotlin/my-org/my-app/Types.kt:
plugins:
- @liveflow-io/kotlin-graphql-resolvers
config:
generateEnums: false
generateTypes: true
enumsPackage: 'com.example.enums.'
FAQs
Not in use, be aware, maybe will be used in the future
The npm package @liveflow-io/kotlin-graphql-resolvers receives a total of 0 weekly downloads. As such, @liveflow-io/kotlin-graphql-resolvers popularity was classified as not popular.
We found that @liveflow-io/kotlin-graphql-resolvers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.