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

@qlean/york-web

Package Overview
Dependencies
Maintainers
3
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlean/york-web - npm Package Compare versions

Comparing version 0.1.1-1 to 0.1.1-2

4

package.json
{
"name": "@qlean/york-web",
"version": "0.1.1-1",
"version": "0.1.1-2",
"main": "lib/index.js",

@@ -49,3 +49,3 @@ "module": "es/index.js",

"dependencies": {
"@qlean/york-core": "^0.1.1-1",
"@qlean/york-core": "^0.1.1-2",
"prop-types": "^15.6.0",

@@ -52,0 +52,0 @@ "styled-components": "^2.2.4"

import React from 'react';
import PropTypes from 'prop-types';
import styled from 'styled-components';
import { colors } from 'york-core';
import { colors } from '@qlean/york-core';

@@ -6,0 +6,0 @@ const presets = {

import { injectGlobal } from 'styled-components';
import MuseoSansCyrl300 from 'york-core/fonts/MuseoSansCyrl-300.otf';
import MuseoSansCyrl500 from 'york-core/fonts/MuseoSansCyrl-500.otf';
import MuseoSansCyrl700 from 'york-core/fonts/MuseoSansCyrl-700.otf';
import MuseoSansCyrl300 from '@qlean/york-core/fonts/MuseoSansCyrl-300.otf';
import MuseoSansCyrl500 from '@qlean/york-core/fonts/MuseoSansCyrl-500.otf';
import MuseoSansCyrl700 from '@qlean/york-core/fonts/MuseoSansCyrl-700.otf';

@@ -7,0 +7,0 @@ /* eslint-disable no-unused-expressions */

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