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

@govuk-frederic/count

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-frederic/count - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

es/index.js

@@ -6,2 +6,3 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

import styled from 'react-emotion';
import { NTA_LIGHT } from '@govuk-react/constants';
var StyledCount =

@@ -13,3 +14,3 @@ /*#__PURE__*/

})({
fontFamily: 'Roboto, Arial, sans-serif'
fontFamily: NTA_LIGHT
});

@@ -16,0 +17,0 @@ /**

@@ -12,2 +12,4 @@ "use strict";

var _constants = require("@govuk-react/constants");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -23,3 +25,3 @@

})({
fontFamily: 'Roboto, Arial, sans-serif'
fontFamily: _constants.NTA_LIGHT
});

@@ -26,0 +28,0 @@ /**

{
"name": "@govuk-frederic/count",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {
"@govuk-react/constants": "^0.2.7"
},
"devDependencies": {

@@ -5,0 +8,0 @@ "@govuk-react/storybook-components": "^0.2.4",

import React from 'react';
import PropTypes from 'prop-types';
import styled from 'react-emotion';
import { NTA_LIGHT } from '@govuk-react/constants';
const StyledCount = styled('div')({
fontFamily: 'Roboto, Arial, sans-serif',
fontFamily: NTA_LIGHT,
});

@@ -8,0 +9,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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