
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@workpop/graphql-mock-directive
Advanced tools
In an effort to consolidate GraphQL mocks so that all clients (web, mobile, services) can benefit from schema first development, we are introducing a `mock` directive.
In an effort to consolidate GraphQL mocks so that all clients (web, mobile, services) can benefit from schema first development, we are introducing a mock
directive.
To take advantage of this directive on your GraphQL type include:
type User {
_id: ID
firstName: String
lastName: String
}
type User {
_id: ID @mock(type: ID)
firstName: String @mock(type: firstName)
lastName: String @mock(type: lastName)
}
With these in place, if we make a request to a Roxy server with the header gql-mock
, the server will respond with mock data for any fields that have this directive.
We define our mock directive types [here] We define a MockDirective [here]
Under the hood faker.js is substituting the value in its library based on the type
argument provided to the mock directive.
mockTypes
via mockDefinition.graphql
mockRegistry.js
FAQs
In an effort to consolidate GraphQL mocks so that all clients (web, mobile, services) can benefit from schema first development, we are introducing a `mock` directive.
The npm package @workpop/graphql-mock-directive receives a total of 3 weekly downloads. As such, @workpop/graphql-mock-directive popularity was classified as not popular.
We found that @workpop/graphql-mock-directive demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 17 open source maintainers 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
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.