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

b-rc

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

b-rc - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

components/style/components/toptips.less

0

components/_util/getRequestAnimationFrame.js

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ /**

@@ -7,1 +7,2 @@ /**

export {default as Tabs} from './tabs'
export {default as Toaster} from './toaster';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import classnames from 'classnames';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

6

example/app.js

@@ -8,3 +8,3 @@ /**

//import ReactCSSTransitionGroup from 'react-addons-css-transition-group';
import { Router, Route, IndexRoute,browserHistory} from 'react-router';
import { Router, Route, IndexRoute,hashHistory} from 'react-router';
import '../components/style/index.less'

@@ -14,2 +14,3 @@ import Home from './pages/Home'

import TabsPage from './pages/TabsPage'
import ToasterPage from './pages/ToasterPage'

@@ -33,3 +34,3 @@ class App extends React.Component {

ReactDOM.render((
<Router history={browserHistory}>
<Router history={hashHistory}>
<Route path="/" component={App}>

@@ -39,4 +40,5 @@ <IndexRoute component={Home}/>

<Route path="tabs" component={TabsPage}/>
<Route path="toaster" component={ToasterPage}/>
</Route>
</Router>
), document.getElementById('container'));

@@ -0,0 +0,0 @@ import React, {Component} from 'react';

@@ -9,2 +9,3 @@ import React, {Component} from 'react';

<Link to={'tabs'} >Tabs</Link>
<Link to={'toaster'} >Toaster</Link>
</div>

@@ -11,0 +12,0 @@ );

@@ -0,0 +0,0 @@ /**

@@ -5,3 +5,3 @@ /**

var gulp = require('gulp');
var cleanCSS = require('gulp-clean-css');
//var cleanCSS = require('gulp-clean-css');
var less = require('gulp-less');

@@ -18,3 +18,2 @@ var rename = require('gulp-rename');

}))
.pipe(cleanCSS())
.pipe(rename('b-rc.css'))

@@ -21,0 +20,0 @@ .pipe(gulp.dest('lib'));

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -25,2 +25,11 @@ 'use strict';

var _toaster = require('./toaster');
Object.defineProperty(exports, 'Toaster', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_toaster).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

{
"name": "b-rc",
"version": "0.0.8",
"version": "0.0.9",
"description": "react components for budee front-end project",

@@ -5,0 +5,0 @@ "main": "./lib",

@@ -0,0 +0,0 @@ #B-RC

@@ -0,0 +0,0 @@ var webpack = require('webpack');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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