Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-pinyin-select-2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pinyin-select-2 - npm Package Compare versions

Comparing version 1.0.0 to 1.1.1

112

package.json
{
"name": "react-pinyin-select-2",
"version": "1.0.0",
"_args": [
[
{
"raw": "react-pinyin-select-2@1.0.1",
"scope": null,
"escapedName": "react-pinyin-select-2",
"name": "react-pinyin-select-2",
"rawSpec": "1.0.1",
"spec": "1.0.1",
"type": "version"
},
"/Users/malin/guazi/bi_fe"
]
],
"_from": "react-pinyin-select-2@1.0.1",
"_id": "react-pinyin-select-2@1.0.1",
"_inCache": true,
"_location": "/react-pinyin-select-2",
"_nodeVersion": "4.4.5",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/react-pinyin-select-2-1.0.1.tgz_1467888478857_0.12073930958285928"
},
"_npmUser": {
"name": "malin1857",
"email": "malin1857@126.com"
},
"_npmVersion": "2.15.5",
"_phantomChildren": {},
"_requested": {
"raw": "react-pinyin-select-2@1.0.1",
"scope": null,
"escapedName": "react-pinyin-select-2",
"name": "react-pinyin-select-2",
"rawSpec": "1.0.1",
"spec": "1.0.1",
"type": "version"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/react-pinyin-select-2/-/react-pinyin-select-2-1.0.1.tgz",
"_shasum": "2d475adcc24cd63b891d83aea58433011882c0b3",
"_shrinkwrap": null,
"_spec": "react-pinyin-select-2@1.0.1",
"_where": "/Users/malin/guazi/bi_fe",
"author": {
"name": "Raiden"
},
"bugs": {
"url": "https://github.com/Javascript-Ninja/react-pinyin-select/issues"
},
"dependencies": {
"pinyinlite": "1.0.0",
"react": "^15.0",
"react-dom": "^15.0",
"react-select": "1.0.0-beta13",
"xtend": "4.0.1"
},
"description": "React选择控件(支持拼音搜索)",
"main": "lib/PinyinSelect.js",
"scripts": {
"clean": "rm -rf lib/*.js",
"compile": "babel src --out-dir lib",
"prepublish": "npm run clean && npm run compile"
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Javascript-Ninja/react-pinyin-select.git"
"directories": {},
"dist": {
"shasum": "2d475adcc24cd63b891d83aea58433011882c0b3",
"tarball": "https://registry.npmjs.org/react-pinyin-select-2/-/react-pinyin-select-2-1.0.1.tgz"
},
"gitHead": "6c570f0b6230287c24ddf989b7421202cfa98c74",
"homepage": "https://github.com/Javascript-Ninja/react-pinyin-select#readme",
"keywords": [

@@ -31,20 +90,23 @@ "react",

],
"author": "Raiden",
"license": "MIT",
"bugs": {
"url": "https://github.com/Javascript-Ninja/react-pinyin-select/issues"
"main": "lib/PinyinSelect.js",
"maintainers": [
{
"name": "malin1857",
"email": "malin1857@126.com"
}
],
"name": "react-pinyin-select-2",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Javascript-Ninja/react-pinyin-select.git"
},
"homepage": "https://github.com/Javascript-Ninja/react-pinyin-select#readme",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0"
"scripts": {
"clean": "rm -rf lib/*.js",
"compile": "babel src --out-dir lib",
"prepublish": "npm run clean && npm run compile"
},
"dependencies": {
"pinyinlite": "^1.0.0",
"react": "^0.14",
"react-dom": "^0.14",
"react-select": "^1.0.0-beta13",
"xtend": "^4.0.1"
}
"version": "1.1.1"
}

@@ -27,3 +27,3 @@ # React选择组件(支持拼音搜索)

```shell
npm install react-pinyin-select --save
npm install react-pinyin-select-2 --save
```

@@ -30,0 +30,0 @@

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