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

@dhis2/app-service-data

Package Overview
Dependencies
Maintainers
15
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/app-service-data - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

build/cjs/__tests__/integration.test.js

6

build/types/engine/DataEngine.d.ts

@@ -1,6 +0,6 @@

import { Query } from './types/Query';
import { Mutation } from './types/Mutation';
import { DataEngineLink } from './types/DataEngineLink';
import { QueryExecuteOptions } from './types/ExecuteOptions';
import { DataEngineLink } from './types/DataEngineLink';
import { JsonMap, JsonValue } from './types/JsonValue';
import { Mutation } from './types/Mutation';
import { Query } from './types/Query';
export declare class DataEngine {

@@ -7,0 +7,0 @@ private link;

import { FetchType } from './ExecuteOptions';
import { JsonValue } from './JsonValue';
import { ResolvedResourceQuery } from './Query';
import { JsonValue } from './JsonValue';
export interface DataEngineLinkExecuteOptions {

@@ -5,0 +5,0 @@ signal?: AbortSignal;

@@ -0,3 +1,3 @@

import { FetchError } from './FetchError';
import { ResourceQuery, QueryVariables } from './Query';
import { FetchError } from './FetchError';
export declare type MutationType = 'create' | 'update' | 'replace' | 'delete';

@@ -4,0 +4,0 @@ export interface MutationData {

import DataEngine from './engine/DataEngine';
import { QueryExecuteOptions } from './engine/types/ExecuteOptions';
import { FetchError } from './engine/types/FetchError';
import { JsonValue } from './engine/types/JsonValue';
import { QueryVariables, QueryResult } from './engine/types/Query';
import { JsonValue } from './engine/types/JsonValue';
import { FetchError } from './engine/types/FetchError';
import { QueryExecuteOptions } from './engine/types/ExecuteOptions';
export interface ContextType {

@@ -7,0 +7,0 @@ engine: DataEngine;

{
"name": "@dhis2/app-service-data",
"version": "2.7.0",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"version": "2.7.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "build/types/index.d.ts",
"exports": {
"import": "./build/es/index.js",
"require": "./build/cjs/index.js"
},
"repository": {

@@ -21,3 +25,3 @@ "type": "git",

"peerDependencies": {
"@dhis2/app-service-config": "2.7.0",
"@dhis2/app-service-config": "2.7.1",
"prop-types": "^15.7.2",

@@ -24,0 +28,0 @@ "react": "^16.8",

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