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

bibcnrs-widget

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bibcnrs-widget - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/components/Header.js

4

lib/index.js
import 'es5-shim';
import 'babel-polyfill';
import Hello from './components/Hello';
import Header from './components/Header';
window.bibcnrsWidget = {
Hello
Header
};
{
"name": "bibcnrs-widget",
"version": "1.0.0",
"version": "1.0.1",
"description": "react widget for bibcnrs",
"main": "webpack.config.dev.js",
"dependencies": {
},
"dependencies": {},
"devDependencies": {

@@ -9,0 +8,0 @@ "babel-core": "6.7.7",

@@ -5,6 +5,7 @@ import { assert } from 'chai';

require.extensions['.css'] = function() {return null;}; // allow to ignore css required by react-fa during test
require.extensions['.css'] = function() { return null; }; // allow to ignore css required by react-fa during test
global.assert = assert;
global.React = React;
window.React = React;
global.enzyme = enzyme;

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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