Socket
Socket
Sign inDemoInstall

@aller/blink-labrador

Package Overview
Dependencies
Maintainers
9
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aller/blink-labrador - npm Package Compare versions

Comparing version 8.17.3 to 8.18.0

11

lib/utils/__tests__/get-site.test.js

@@ -174,2 +174,13 @@ "use strict";

});
describe('kvasir', function () {
it('should work with www', function () {
expect(get_site_1.default('www.kvasir.no')).toBe('www.kvasir.no');
});
it('should work without www', function () {
expect(get_site_1.default('kvasir.no')).toBe('www.kvasir.no');
});
it('should work with stage', function () {
expect(get_site_1.default('stage.kvasir.no')).toBe('www.kvasir.no');
});
});
describe('localhost', function () {

@@ -176,0 +187,0 @@ it('should work on localhost', function () {

1

lib/utils/get-site.js

@@ -32,2 +32,3 @@ "use strict";

{ name: 'www.plussmobil.no', pattern: /.*plussmobil\.no$/ },
{ name: 'www.kvasir.no', pattern: /.*kvasir\.no$/ },
];

@@ -34,0 +35,0 @@ for (var i = 0; i < sites.length; i++) {

6

package.json
{
"name": "@aller/blink-labrador",
"version": "8.17.3",
"version": "8.18.0",
"description": "Library for using blink on Labrador",

@@ -75,3 +75,3 @@ "main": "lib/main.js",

"dependencies": {
"@aller/blink": "^8.17.3",
"@aller/blink": "^8.17.0",
"@soldotno/aller-in-view": "^3.0.2",

@@ -91,3 +91,3 @@ "react": "^16.11.0"

},
"gitHead": "6c10993c53759532c45787d5cf6dc30d980c09b0"
"gitHead": "92d8af41cbce5cd0495825c1a53f1d26de670c9c"
}

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