Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stackworx/react

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackworx/react - npm Package Compare versions

Comparing version 0.0.3 to 0.0.8

dist/ConfigService.js

11

dist/get-meta.js

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

'use strict';
"use strict";

@@ -7,8 +7,11 @@ Object.defineProperty(exports, "__esModule", {

exports.default = getMetaTagContent;
/*
* Extract a value from a meta tag, usually placed in the head of the html
*/
function getMetaTagContent(tagName) {
var metas = document.getElementsByTagName('meta');
var metas = document.getElementsByTagName("meta");
for (var i = 0; i < metas.length; i++) {
if (metas[i].getAttribute('property') === tagName) {
return metas[i].getAttribute('content');
if (metas[i].getAttribute("property") === tagName) {
return metas[i].getAttribute("content");
}

@@ -15,0 +18,0 @@ }

{
"version": "0.0.3",
"version": "0.0.8",
"name": "@stackworx/react",

@@ -4,0 +4,0 @@ "devDependencies": {

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