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

react-document-meta

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-document-meta - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

8

dist/index.js
'use strict';
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
Object.defineProperty(exports, "__esModule", {

@@ -9,2 +7,6 @@ value: true

var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };
var _react = require('react');

@@ -26,4 +28,2 @@

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }

@@ -30,0 +30,0 @@

@@ -6,2 +6,5 @@ 'use strict';

});
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };
exports.clone = clone;

@@ -12,4 +15,2 @@ exports.defaults = defaults;

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }

@@ -16,0 +17,0 @@

{
"name": "react-document-meta",
"version": "2.0.2",
"version": "2.0.3",
"description": "Declarative, nested and stateful HTML document meta tags for React",

@@ -21,3 +21,3 @@ "main": "./dist/index",

"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0-beta6",
"babel-eslint": "^5.0.0",
"babel-istanbul": "^0.6.0",

@@ -29,2 +29,3 @@ "babel-loader": "^6.2.0",

"babel-register": "^6.3.13",
"coveralls": "^2.11.6",
"eslint": "^1.3.1",

@@ -35,4 +36,4 @@ "eslint-plugin-react": "^3.3.1",

"mocha": "^2.3.0",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-hot-loader": "^1.3.0",

@@ -44,3 +45,3 @@ "webpack": "^1.12.1",

"exenv": "^1.2.0",
"react-dom": "^0.14.0",
"react-dom": ">=0.14.0",
"react-side-effect": "^1.0.1"

@@ -47,0 +48,0 @@ },

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

React Document Meta [![Build Status](https://travis-ci.org/kodyl/react-document-meta.svg)](https://travis-ci.org/kodyl/react-document-meta) [![npm version](https://badge.fury.io/js/react-document-meta.svg)](http://badge.fury.io/js/react-document-meta)
React Document Meta [![Build Status](https://travis-ci.org/kodyl/react-document-meta.svg)](https://travis-ci.org/kodyl/react-document-meta) [![Coverage Status](https://coveralls.io/repos/kodyl/react-document-meta/badge.svg?branch=master&service=github)](https://coveralls.io/github/kodyl/react-document-meta?branch=master) [![npm version](https://badge.fury.io/js/react-document-meta.svg)](http://badge.fury.io/js/react-document-meta)
===================

@@ -3,0 +3,0 @@

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