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

one-sport

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

one-sport - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.babelrc

10

lib/index.js

@@ -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'];

34

package.json
{
"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"
}
}
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