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

@microsoft/paris

Package Overview
Dependencies
Maintainers
7
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/paris - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

0

.vscode/settings.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ # [1.3.6] (2018-11-25)

@@ -0,0 +0,0 @@ # Contributor Covenant Code of Conduct

5

dist/lib/api/repository/readonly-repository.js

@@ -16,7 +16,6 @@ var __assign = (this && this.__assign) || Object.assign || function(t) {

import { ErrorsService } from "../errors.service";
import { catchError, map, mergeMap, tap, take, refCount } from "rxjs/operators";
import { catchError, map, mergeMap, shareReplay, take, tap } from "rxjs/operators";
import { defaultDataOptions } from "../../data_access/data.options";
import { DataAvailability } from "../../data_access/data-availability.enum";
import { queryToHttpOptions } from "../../data_access/query-to-http";
import { publishReplay } from 'rxjs/internal/operators/publishReplay';
/**

@@ -116,3 +115,3 @@ * A Repository is a service through which all of an Entity's data is fetched, cached and saved back to the backend.

_this._allValues.forEach(function (value) { return _this._allValuesMap.set(String(value instanceof EntityModelBase ? value.id : value.toString()), value); });
}), map(function (dataSet) { return dataSet.items; }), publishReplay(), refCount());
}), map(function (dataSet) { return dataSet.items; }), shareReplay({ refCount: true }));
return this._allItemsBeingSet$;

@@ -119,0 +118,0 @@ };

@@ -0,0 +0,0 @@ # Paris

@@ -0,0 +0,0 @@ const gulp = require('gulp');

export * from "./lib/main";
{
"_from": "json-stringify-safe@*",
"_args": [
[
"json-stringify-safe@5.0.1",
"/mnt/c/Users/aagreenw/code/paris"
]
],
"_development": true,
"_from": "json-stringify-safe@5.0.1",
"_id": "json-stringify-safe@5.0.1",

@@ -9,10 +16,10 @@ "_inBundle": false,

"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "json-stringify-safe@*",
"raw": "json-stringify-safe@5.0.1",
"name": "json-stringify-safe",
"escapedName": "json-stringify-safe",
"rawSpec": "*",
"rawSpec": "5.0.1",
"saveSpec": null,
"fetchSpec": "*"
"fetchSpec": "5.0.1"
},

@@ -25,5 +32,4 @@ "_requiredBy": [

"_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
"_spec": "json-stringify-safe@*",
"_where": "/Users/maorfrankel/Workspace/paris",
"_spec": "5.0.1",
"_where": "/mnt/c/Users/aagreenw/code/paris",
"author": {

@@ -37,3 +43,2 @@ "name": "Isaac Z. Schlueter",

},
"bundleDependencies": false,
"contributors": [

@@ -46,3 +51,2 @@ {

],
"deprecated": false,
"description": "Like JSON.stringify, but doesn't blow up on circular refs.",

@@ -49,0 +53,0 @@ "devDependencies": {

{
"name": "@microsoft/paris",
"version": "1.8.0",
"version": "1.9.0",
"description": "Library for the implementation of Domain Driven Design with TypeScript + RxJS",

@@ -14,2 +14,3 @@ "repository": {

"dev": "rollup -c -w",
"prepublish": "npm run build && npm run test",
"test": "jest",

@@ -77,3 +78,3 @@ "test:watch": "jest --watch",

"run-sequence": "^2.2.0",
"rxjs": "^6.0.0",
"rxjs": "^6.4.0",
"standard-version": "^3.0.0",

@@ -88,3 +89,3 @@ "systemjs": ">=0.20.12",

"peerDependencies": {
"rxjs": ">=6.0.0",
"rxjs": ">=6.4.0",
"lodash-es": "4.5.0"

@@ -91,0 +92,0 @@ },

@@ -0,0 +0,0 @@ import resolve from 'rollup-plugin-node-resolve';

@@ -0,0 +0,0 @@ import {Paris} from '../../lib/paris';

@@ -0,0 +0,0 @@ import { DataStoreService } from "../../lib/data_access/data-store.service";

@@ -0,0 +0,0 @@ import {ApiCall} from "../../lib/config/decorators/api-call.decorator";

@@ -0,0 +0,0 @@ import {of} from "rxjs";

interface MockConfigData {
version: number
}

@@ -0,0 +0,0 @@ import {ModelBase} from "../../lib/config/model.base";

@@ -0,0 +0,0 @@ import {EntityField} from '../../lib/config/decorators/entity-field.decorator';

@@ -0,0 +0,0 @@ import {ModelBase} from "../../lib/config/model.base";

@@ -0,0 +0,0 @@ import {EntityModelBase} from "../../lib/config/entity-model.base";

@@ -0,0 +0,0 @@ import {Entity} from "../../lib/config/decorators/entity.decorator";

@@ -0,0 +0,0 @@ import {Todo} from "./todo.entity";

@@ -0,0 +0,0 @@ import { EntityModelBase } from '../../lib/config/entity-model.base';

@@ -0,0 +0,0 @@ import {EntityModelBase} from "../../lib/config/entity-model.base";

@@ -0,0 +0,0 @@ import { ApiCallModel } from "../../lib/api/api-calls/api-call.model";

@@ -0,0 +0,0 @@ import 'reflect-metadata';

@@ -0,0 +0,0 @@ import {forkJoin, Observable, of} from 'rxjs';

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ module.exports = {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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