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
7
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 3.0.0 to 3.3.0

docs/validation.md

13

lib/index.js

@@ -64,2 +64,15 @@ "use strict";

var _validate = require("./utils/validate");
Object.keys(_validate).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _validate[key];
}
});
});
var _sizes = _interopRequireDefault(require("./styles/sizes"));

@@ -66,0 +79,0 @@

4

package.json
{
"name": "@qlean/york-core",
"version": "3.0.0",
"version": "3.3.0",
"description": "",

@@ -22,3 +22,3 @@ "license": "MIT",

},
"gitHead": "541ec614cc77533d142cb721ecf413a81ba1001c"
"gitHead": "b6f8bcfee4e424e7c97750f95a34871de2feb6f9"
}
export * from './styles/colors'
export * from './utils/validate'
export { default as sizes } from './styles/sizes'

@@ -3,0 +4,0 @@

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