New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qlean/york-core

Package Overview
Dependencies
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlean/york-core - npm Package Compare versions

Comparing version 0.2.0 to 0.2.2

lib/utils/capitalize.js

18

lib/index.js

@@ -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 }; }

28

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