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

@modern-js/bff-utils

Package Overview
Dependencies
Maintainers
10
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modern-js/bff-utils - npm Package Compare versions

Comparing version 1.0.0-rc.21 to 1.0.0-rc.22

19

CHANGELOG.md
# @modern-js/bff-utils
## 1.0.0-rc.22
### Patch Changes
- 224f7fe: fix server route match
- 30ac27c: feat: add generator package description
- 0fd196e: feat: fix bugs
- 204c626: feat: initial
- 63be0a5: fix: #118 #104
- Updated dependencies [224f7fe]
- Updated dependencies [30ac27c]
- Updated dependencies [0fd196e]
- Updated dependencies [204c626]
- Updated dependencies [63be0a5]
- @modern-js/bff-runtime@1.0.0-rc.22
- @modern-js/create-request@1.0.0-rc.22
- @modern-js/plugin@1.0.0-rc.22
- @modern-js/utils@1.0.0-rc.22
## 1.0.0-rc.21

@@ -4,0 +23,0 @@

15

modern.config.js
/** @type {import('@modern-js/module-tools').UserConfig} */
module.exports = {};
module.exports = {
testing: {
jest: {
collectCoverage: true,
collectCoverageFrom: ['./src/**/*.ts'],
coveragePathIgnorePatterns: ['/node_modules/'],
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx', 'json'],
testEnvironment: 'jsdom',
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
},
},
};

15

package.json
{
"name": "@modern-js/bff-utils",
"description": "Modern.js bff utils",
"version": "1.0.0-rc.21",
"version": "1.0.0-rc.22",
"jsnext:source": "./src/index.ts",

@@ -21,6 +21,6 @@ "types": "./dist/types/index.d.ts",

"@babel/runtime": "^7",
"@modern-js/bff-runtime": "^1.0.0-rc.21",
"@modern-js/create-request": "^1.0.0-rc.21",
"@modern-js/plugin": "^1.0.0-rc.21",
"@modern-js/utils": "^1.0.0-rc.21",
"@modern-js/bff-runtime": "^1.0.0-rc.22",
"@modern-js/create-request": "^1.0.0-rc.22",
"@modern-js/plugin": "^1.0.0-rc.22",
"@modern-js/utils": "^1.0.0-rc.22",
"es-module-lexer": "^0.4.1",

@@ -37,3 +37,4 @@ "farrow-api": "^1.10.9",

"typescript": "^4",
"@modern-js/module-tools": "^1.0.0-rc.21"
"@modern-js/plugin-testing": "^1.0.0-rc.22",
"@modern-js/module-tools": "^1.0.0-rc.22"
},

@@ -52,4 +53,4 @@ "modernConfig": {

"build": "modern build",
"test": "echo \"No tests!\" && exit 0"
"test": "modern test"
}
}
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