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

fengui

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fengui - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

component/nav/index.js
let Promise = require('bluebird');
import actions from 'fengui/redux/actions';
import * as actions from 'fengui/redux/actions';
import {dispatch} from 'fengui/redux/store';

@@ -4,0 +4,0 @@

import React from 'react'
import {connect} from 'react-redux'
import actions from 'fengui/redux/actions'
import * as actions from 'fengui/redux/actions'
const mapStateToProps = (state) => {

@@ -9,2 +10,3 @@ return {

}
const mapDispatchToProps = (dispatch) => {

@@ -11,0 +13,0 @@ return {

@@ -8,3 +8,3 @@ import React from "react";

import {dispatch} from 'fengui/redux/store';
import actions from 'fengui/redux/actions';
import * as actions from 'fengui/redux/actions';

@@ -11,0 +11,0 @@ let Paging = React.createClass({

import React from "react";
import FixedContent from "fengui/component/page/FixedContent";
import styles from "./AlertPopup.scss";
import actions from 'fengui/redux/actions';
import * as actions from 'fengui/redux/actions';
import {dispatch} from 'fengui/redux/store';

@@ -6,0 +6,0 @@

let Promise = require('bluebird');
import actions from 'fengui/redux/actions';
import * as actions from 'fengui/redux/actions';
import {dispatch} from 'fengui/redux/store';

@@ -4,0 +4,0 @@ import browserEnv from 'fengui/util/browserEnv';

@@ -5,3 +5,3 @@ import React from "react";

import styles from "./Toast.scss";
import actions from 'fengui/redux/actions';
import * as actions from 'fengui/redux/actions';

@@ -8,0 +8,0 @@ const Home = React.createClass({

{
"name": "fengui",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/fengjr",

@@ -111,3 +111,1 @@ export const SET_VISITOR = 'SET_VISITOR';

}
export default exports;
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