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

ngx-cacheable

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-cacheable - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist/promise.cacheable.decorator.spec.js

@@ -168,3 +168,3 @@ "use strict";

}());
fdescribe('PCacheableDecorator', function () {
describe('PCacheableDecorator', function () {
var service = null;

@@ -171,0 +171,0 @@ var mockServiceCallSpy = null;

@@ -1,2 +0,2 @@

module.exports = function(config) {
module.exports = function (config) {
config.set({

@@ -3,0 +3,0 @@ frameworks: ['jasmine', 'karma-typescript'],

{
"name": "ngx-cacheable",
"version": "1.1.1",
"version": "1.1.2",
"description": "Rx Observable cache decorator",

@@ -25,9 +25,9 @@ "main": "dist/index.js",

"jasmine": "^3.1.0",
"karma": "^2.0.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-commonjs": "^1.0.0",
"karma-jasmine": "^1.1.1",
"karma-typescript": "^3.0.12",
"karma-jasmine": "^2.0.1",
"karma-typescript": "^4.0.0",
"typescript": "^2.8.1"
}
}

@@ -112,3 +112,3 @@ import { Subject } from 'rxjs';

}
fdescribe('PCacheableDecorator', () => {
describe('PCacheableDecorator', () => {
let service: Service = null;

@@ -115,0 +115,0 @@ let mockServiceCallSpy: jasmine.Spy = null;

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