Socket
Socket
Sign inDemoInstall

rc-util

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-util - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

lib/Children/mapSelf.js

2

package.json
{
"name": "rc-util",
"version": "3.0.0",
"version": "3.0.1",
"description": "Common Utils For React Component",

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

@@ -7,3 +7,2 @@ # rc-util

[![NPM version][npm-image]][npm-url]
[![SPM version](http://spmjs.io/badge/rc-util)](http://spmjs.io/package/rc-util)
[![gemnasium deps][gemnasium-image]][gemnasium-url]

@@ -33,4 +32,4 @@ [![node version][node-image]][node-url]

```js
var rcUtil = require('rc-util');
console.log(rcUtil.classSet({x:1,y:0}));
import {classSet} from 'rc-util';
console.log(classSet({x:1,y:0}));
```

@@ -71,5 +70,4 @@

## License
rc-util is released under the MIT license.
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