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

@nocobase/utils

Package Overview
Dependencies
Maintainers
0
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/utils - npm Package Compare versions

Comparing version 1.4.0-alpha.20241105053324 to 1.4.0-alpha.20241105230315

lib/wrap-middleware.d.ts

1

lib/index.d.ts

@@ -35,3 +35,4 @@ /**

export * from './i18n';
export * from './wrap-middleware';
export { dayjs, lodash };
export { Schema } from '@formily/json-schema';

4

lib/index.js

@@ -71,2 +71,3 @@ /**

__reExport(src_exports, require("./i18n"), module.exports);
__reExport(src_exports, require("./wrap-middleware"), module.exports);
var import_json_schema = require("@formily/json-schema");

@@ -101,3 +102,4 @@ // Annotate the CommonJS export names for ESM import in node:

...require("./url"),
...require("./i18n")
...require("./i18n"),
...require("./wrap-middleware")
});
{
"name": "@nocobase/utils",
"version": "1.4.0-alpha.20241105053324",
"version": "1.4.0-alpha.20241105230315",
"main": "lib/index.js",

@@ -17,3 +17,3 @@ "types": "./lib/index.d.ts",

},
"gitHead": "a6e647971c02c1ffb443e2dc2c230ca2719e3319"
"gitHead": "45a0f247ae2dab0d1c9d200cb8bfedae3fe49535"
}
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