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
12
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.2.0 to 1.2.1

8

CHANGELOG.md
# @modern-js/bff-utils
## 1.2.1
### Patch Changes
- 823809c6: fix: remove plugin-polyfill from app-tools
- Updated dependencies [823809c6]
- @modern-js/utils@1.2.1
## 1.2.0

@@ -4,0 +12,0 @@

4

dist/js/modern/client/generate-client.js

@@ -31,5 +31,3 @@ import * as path from 'path';

resolvedPath = path.dirname(_requireResolve(requestCreator));
} catch (error) {
console.warn(error);
} // eslint-disable-next-line no-param-reassign
} catch (error) {} // eslint-disable-next-line no-param-reassign

@@ -36,0 +34,0 @@

@@ -50,5 +50,3 @@ "use strict";

resolvedPath = path.dirname(_requireResolve(requestCreator));
} catch (error) {
console.warn(error);
} // eslint-disable-next-line no-param-reassign
} catch (error) {} // eslint-disable-next-line no-param-reassign

@@ -55,0 +53,0 @@

@@ -14,3 +14,3 @@ {

],
"version": "1.2.0",
"version": "1.2.1",
"jsnext:source": "./src/index.ts",

@@ -35,3 +35,3 @@ "types": "./dist/types/index.d.ts",

"@modern-js/plugin": "^1.2.0",
"@modern-js/utils": "^1.2.0",
"@modern-js/utils": "^1.2.1",
"es-module-lexer": "^0.4.1",

@@ -38,0 +38,0 @@ "farrow-api": "^1.10.9",

@@ -47,5 +47,3 @@ import * as path from 'path';

resolvedPath = path.dirname(requireResolve(requestCreator));
} catch (error) {
console.warn(error);
}
} catch (error) {}
// eslint-disable-next-line no-param-reassign

@@ -52,0 +50,0 @@ requestCreator = `${resolvedPath}${target ? `/${target}` : ''}`.replace(

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