Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

rc-util

Package Overview
Dependencies
8
Maintainers
9
Versions
211
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.42.0 to 5.42.1

3

es/omit.js

@@ -1,4 +0,3 @@

import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
export default function omit(obj, fields) {
var clone = _objectSpread({}, obj);
var clone = Object.assign({}, obj);
if (Array.isArray(fields)) {

@@ -5,0 +4,0 @@ fields.forEach(function (key) {

"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
Object.defineProperty(exports, "__esModule", {

@@ -8,5 +7,4 @@ value: true

exports.default = omit;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
function omit(obj, fields) {
var clone = (0, _objectSpread2.default)({}, obj);
var clone = Object.assign({}, obj);
if (Array.isArray(fields)) {

@@ -13,0 +11,0 @@ fields.forEach(function (key) {

{
"name": "rc-util",
"version": "5.42.0",
"version": "5.42.1",
"description": "Common Utils For React Component",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc