Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.2 to 1.4.3

11

karma.conf.js

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

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

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

karmaTypescriptConfig: {
tsconfig: './tsconfig.json'
tsconfig: './tsconfig.json',
reports: {
lcovonly: {
"directory": "coverage",
"subdirectory": "lcov",
"filename": "coverage.xml",
}
}
},

@@ -29,0 +36,0 @@ // you can define custom flags

2

package.json
{
"name": "ngx-cacheable",
"version": "1.4.2",
"version": "1.4.3",
"description": "Promise/Observable cache decorators",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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