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

typescript-angular-utilities

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-angular-utilities - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

source/services/synchronizedRequests/synchronizedRequests.service.d.ts

2

package.json
{
"name": "typescript-angular-utilities",
"version": "2.1.4",
"version": "2.1.5",
"description": "Typescript utility classes published as angular services",

@@ -5,0 +5,0 @@ "author": "Renovo Development Team",

@@ -16,6 +16,7 @@ import * as array from './array/array.service';

import * as stringService from './string/string.service';
import * as synchronizedRequests from './synchronizedRequests/synchronizedRequests.service';
import * as test from './test/test.module';
import * as time from './time/time.service';
import * as validation from './validation/validation.service';
export { array, autosave, autosaveAction, boolean, date, fileSize, genericSearchFilter, moment, notification, numberService as number, objectService as object, observable, parentChildBehavior, promise, stringService as string, test, time, validation };
export { array, autosave, autosaveAction, boolean, date, fileSize, genericSearchFilter, moment, notification, numberService as number, objectService as object, observable, parentChildBehavior, promise, stringService as string, synchronizedRequests, test, time, validation };
export declare var name: string;

@@ -33,2 +33,4 @@ 'use strict';

exports.string = stringService;
var synchronizedRequests = require('./synchronizedRequests/synchronizedRequests.service');
exports.synchronizedRequests = synchronizedRequests;
var test = require('./test/test.module');

@@ -57,2 +59,3 @@ exports.test = test;

stringService.moduleName,
synchronizedRequests.moduleName,
time.moduleName,

@@ -59,0 +62,0 @@ test.moduleName,

@@ -20,2 +20,3 @@ 'use strict';

import * as stringService from './string/string.service';
import * as synchronizedRequests from './synchronizedRequests/synchronizedRequests.service';
import * as test from './test/test.module';

@@ -41,2 +42,3 @@ import * as time from './time/time.service';

stringService as string,
synchronizedRequests,
test,

@@ -65,2 +67,3 @@ time,

stringService.moduleName,
synchronizedRequests.moduleName,
time.moduleName,

@@ -67,0 +70,0 @@ test.moduleName,

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