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

react-shadow

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-shadow - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

package.json
{
"name": "react-shadow",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utilise Shadow DOM in React with all the benefits of style encapsulation.",

@@ -61,2 +61,3 @@ "main": "dist/react-shadow.js",

"nlp_compromise": "^6.5.0",
"prop-types": "~15.5.8",
"ramda": "^0.22.1",

@@ -63,0 +64,0 @@ "react-addons-test-utils": "^15.3.1",

@@ -1,5 +0,6 @@

import { get as fetch } from 'axios';
import React, { Component, PropTypes, DOM, Children } from 'react';
import { render, findDOMNode } from 'react-dom';
import { dissoc, memoize, groupBy } from 'ramda';
import { get as fetch } from 'axios';
import React, { Component, DOM, Children } from 'react';
import PropTypes from 'prop-types';
import { render, findDOMNode } from 'react-dom';
import { dissoc, memoize, groupBy } from 'ramda';

@@ -6,0 +7,0 @@ /**

module.exports = {
entry: {
build: ['babel-polyfill', './example/js/Default.js']
build: ['babel-polyfill', './example/js/default.js']
},

@@ -5,0 +5,0 @@ output: {

Sorry, the diff of this file is not supported yet

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