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

@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock - npm Package Compare versions

Comparing version 5.4.5 to 5.4.6-rc1

5

dist/notifikasjonMockMiddleware.js

@@ -169,3 +169,3 @@ const fs = require('fs');

const createApolloServer = (apolloServerOptions) => {
const createApolloServer = ({mocks: apolloServerOptionsMocks, ...apolloServerOptions} = {}) => {
const {ApolloServer, gql} = require("apollo-server-express");

@@ -175,6 +175,5 @@ casual = require("casual");

const data = fs.readFileSync(path.join(__dirname, 'bruker.graphql'));
return new ApolloServer({
typeDefs: gql(data.toString()),
mocks: mocks(),
mocks: {...mocks(), ...apolloServerOptionsMocks },
...apolloServerOptions,

@@ -181,0 +180,0 @@ });

2

package.json

@@ -5,3 +5,3 @@ {

"repository": "github:navikt/arbeidsgiver-notifikasjon-widget",
"version": "5.4.5",
"version": "5.4.6-rc1",
"license": "MIT",

@@ -8,0 +8,0 @@ "main": "dist/notifikasjonMockMiddleware.js",

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