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

feature-matrix

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feature-matrix - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

package.json
{
"name": "feature-matrix",
"version": "0.3.3",
"version": "0.3.4",
"description": "A library for displaying a product's browser version requirements based on the underlying features",

@@ -5,0 +5,0 @@ "author": "Concept Safety Systems",

@@ -27,3 +27,3 @@ import $ from 'jquery';

$.ajax({
url: 'http://cdn.rawgit.com/Fyrd/caniuse/master/sample-data.json',
url: 'https://cdn.rawgit.com/Fyrd/caniuse/master/sample-data.json',
error: (xhr, textStatus, errorThrown) => {

@@ -30,0 +30,0 @@ throw new Error('failed to lookup browsers');

@@ -8,3 +8,3 @@ import xhr from 'xhr';

xhr({
uri: 'http://cdn.rawgit.com/Fyrd/caniuse/master/features-json/' + featureName + '.json',
uri: 'https://cdn.rawgit.com/Fyrd/caniuse/master/features-json/' + featureName + '.json',
useXDR: true

@@ -11,0 +11,0 @@ }, function (err, resp, body) {

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

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