@qlean/york-core
Advanced tools
Comparing version 0.2.0 to 0.2.2
@@ -16,2 +16,11 @@ 'use strict'; | ||
var _capitalize = require('./utils/capitalize'); | ||
Object.defineProperty(exports, 'capitalize', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_capitalize).default; | ||
} | ||
}); | ||
var _formatPhoneForHref = require('./utils/formatPhoneForHref'); | ||
@@ -26,2 +35,11 @@ | ||
var _formatServerError = require('./utils/formatServerError'); | ||
Object.defineProperty(exports, 'formatServerError', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_formatServerError).default; | ||
} | ||
}); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "@qlean/york-core", | ||
"version": "0.2.0", | ||
"version": "0.2.2", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"description": "", | ||
"license": "UNLICENSED", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/qlean/york.git" | ||
}, | ||
"scripts": { | ||
"build": "npm run build:cjs && npm run build:es", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src -d lib", | ||
"build:es": "cross-env BABEL_ENV=es babel src -d es", | ||
"clean": "rimraf es/* lib/*", | ||
"lint": "eslint .", | ||
"build": "npm run clean && babel src -d lib --ignore test.js", | ||
"clean": "rimraf coverage lib", | ||
"lint": "eslint . --ext .js", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:coverage": "jest --coverage", | ||
"watch": "babel src -d lib -w" | ||
"watch": "babel src -d lib --ignore test.js -w" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/qlean/york.git" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"cross-env": "^5.1.3", | ||
"eslint": "^4.12.1", | ||
@@ -29,4 +27,8 @@ "eslint-config-airbnb-base": "^12.1.0", | ||
"jest": "^21.2.1", | ||
"ramda": "^0.25.0", | ||
"rimraf": "^2.6.2" | ||
}, | ||
"peerDependencies": { | ||
"ramda": "*" | ||
} | ||
} |
@@ -1,5 +0,5 @@ | ||
// Styles | ||
export { default as colors } from './styles/colors'; | ||
// Utils | ||
export { default as capitalize } from './utils/capitalize'; | ||
export { default as formatPhoneForHref } from './utils/formatPhoneForHref'; | ||
export { default as formatServerError } from './utils/formatServerError'; |
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
0
160
6274
1
11
1