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 0.7.5 to 0.7.6

2

package.json
{
"name": "fengui",
"version": "0.7.5",
"version": "0.7.6",
"description": "",

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

@@ -22,3 +22,3 @@ 'use strict';

currentList.splice(action.index, 1);
return _.assign({}, state, _.object([[action.key, currentList]]));
return _.assign({}, state, _.object([[action.key, [...currentList]]]));
}

@@ -25,0 +25,0 @@ if (action.type === actions.UPDATE_LIST_ITEM) {

var $ = require('jquery');
var Promise = require('bluebird');
var baseUrl = '/cn/api';
var baseUrl = '/api';

@@ -5,0 +5,0 @@ import fjApp from "fengui/component/fjApp";

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