Socket
Socket
Sign inDemoInstall

@financial-times/dotcom-ui-base-styles

Package Overview
Dependencies
Maintainers
11
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/dotcom-ui-base-styles - npm Package Compare versions

Comparing version 7.3.0 to 7.3.1

dist/browser/components/LoadFontsEmbed.d.ts

14

package.json
{
"name": "@financial-times/dotcom-ui-base-styles",
"version": "7.3.0",
"version": "7.3.1",
"description": "",

@@ -11,3 +11,2 @@ "main": "component.js",

"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "../../node_modules/.bin/tsc --incremental",
"clean": "npm run clean:dist && npm run clean:node_modules",

@@ -17,4 +16,4 @@ "clean:dist": "rm -rf dist",

"clean:install": "npm run clean && npm i",
"build:node": "npm run tsc -- --module commonjs --outDir ./dist/node",
"build:browser": "npm run tsc -- --module es2015 --outDir ./dist/browser",
"build:browser": "tsc --module es2015 --outDir ./dist/browser",
"build:node": "tsc",
"build": "npm run build:node && npm run build:browser",

@@ -29,3 +28,3 @@ "dev": "echo -n node browser | parallel -u -d ' ' npm run build:{} -- --watch",

"focus-visible": "^5.0.0",
"n-ui-foundations": "^7.0.0"
"n-ui-foundations": "^9.0.0"
},

@@ -45,2 +44,5 @@ "devDependencies": {

},
"files": [
"dist/"
],
"repository": {

@@ -55,2 +57,2 @@ "type": "git",

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