Socket
Socket
Sign inDemoInstall

configcat-js-ssr

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configcat-js-ssr - npm Package Compare versions

Comparing version 5.3.0 to 5.4.0

karma-chrome-coverage.conf.js

2

lib/Version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "5.3.0";
exports.default = "5.4.0";
{
"name": "configcat-js-ssr",
"version": "5.3.0",
"version": "5.4.0",
"description": "ConfigCat Feature Flags for Server Side Rendered apps like NuxtJS. Official ConfigCat SDK for Server Side Rendered to easily access feature flags.",

@@ -8,3 +8,6 @@ "main": "lib/index.js",

"scripts": {
"test": "karma start",
"test": "karma start karma-chrome-coverage.conf.js",
"test-firefox": "karma start karma-firefox.conf.js",
"test-chrome": "karma start karma-chrome.conf.js",
"test-chromium": "karma start karma-chromium.conf.js",
"build": "tsc && gulp tsc",

@@ -44,3 +47,3 @@ "buildPure": "webpack && gulp webpack",

"axios": "^0.27.2",
"configcat-common": "^5.2.0"
"configcat-common": "^5.3.0"
},

@@ -61,2 +64,3 @@ "devDependencies": {

"karma-coverage": "^2.0.2",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",

@@ -63,0 +67,0 @@ "karma-typescript": "^5.0.2",

Sorry, the diff of this file is too big to display

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