Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,9 @@ | ||
module.exports = require('./isArr.js'); | ||
'use strict'; | ||
exports.__esModule = true; | ||
var isArr = function isArr(someVar) { | ||
return Object.prototype.toString.call(someVar).slice(8, -1).toLowerCase() === 'array'; | ||
}; | ||
// var asb = 'adf'; | ||
exports['default'] = isArr; | ||
module.exports = exports['default']; |
{ | ||
"name": "one-sport", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "1.0.2", | ||
"description": "use for one-sport company", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"babel": "babel -d lib/ src/", | ||
"esw": "esw src/* -w", | ||
"lint": "eslint src/*.js" | ||
}, | ||
"keywords": [], | ||
"author": "ganxiaochuan", | ||
"license": "ISC" | ||
"author": "", | ||
"license": "ISC", | ||
"keywords": [ | ||
"es6", | ||
"npm", | ||
"arr" | ||
], | ||
"devDependencies": { | ||
"babel": "^5.5.4", | ||
"babel-eslint": "^8.2.6", | ||
"eslint": "^4.19.1", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-friendly-formatter": "^3.0.0", | ||
"eslint-loader": "^2.0.0", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-node": "^5.2.0", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"eslint-watch": "^4.0.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
5
1
13
2301
11
35
2
1