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

@justeat/fozzie

Package Overview
Dependencies
Maintainers
53
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeat/fozzie - npm Package Compare versions

Comparing version 7.4.0 to 8.0.0-beta.1

10

CHANGELOG.md

@@ -10,2 +10,12 @@ # Changelog

v8.0.0-beta.1
------------------------------
*Feburary 9, 2022*
### Changed
- Attempting to remove reliance on eyeglass in favour of using sass-loader `includePaths` option to resolve imports to node_modules.
Downside to this will be we are tied to using either webpack or a tool that allows similar functionality through it's resolver options.
v7.4.0

@@ -12,0 +22,0 @@ ------------------------------

15

package.json

@@ -5,3 +5,3 @@ {

"description": "UI Web Framework for the Just Eat Global Platform",
"version": "7.4.0",
"version": "8.0.0-beta.1",
"main": "dist/js/index.js",

@@ -50,3 +50,2 @@ "files": [

"@justeat/f-logger": "0.8.1",
"fontfaceobserver": "2.1.0",
"@justeat/js-test-buddy": "0.4.1",

@@ -59,3 +58,5 @@ "@justeat/stylelint-config-fozzie": "2.2.0",

"eslint-plugin-import": "2.25.2",
"fontfaceobserver": "2.1.0",
"jest": "27.3.0",
"sass": "1.49.7",
"stylelint": "13.13.1",

@@ -68,11 +69,4 @@ "stylelint-scss": "3.21.0"

"keywords": [
"fozzie",
"eyeglass-module"
"fozzie"
],
"eyeglass": {
"name": "fozzie",
"sassDir": "src/scss",
"needs": "^3.0.2",
"exports": false
},
"scripts": {

@@ -85,2 +79,3 @@ "compile": "babel -d dist src --ignore \"src/**/*.test.js\"",

"test": "jest",
"test:build": "sass --no-source-map --load-path=node_modules --style=compressed src/scss:dist/css",
"test:cover": "jest --collect-coverage",

@@ -87,0 +82,0 @@ "test:cover:CI": "cat coverage/lcov.info | coveralls"

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