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

@envelop/core

Package Overview
Dependencies
Maintainers
1
Versions
1362
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@envelop/core - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1-alpha-20240508071555-9d8eb405

cjs/plugins/use-validation-rule.js

1

cjs/index.js

@@ -17,3 +17,4 @@ "use strict";

tslib_1.__exportStar(require("./plugins/use-engine.js"), exports);
tslib_1.__exportStar(require("./plugins/use-validation-rule.js"), exports);
var document_string_map_js_1 = require("./document-string-map.js");
Object.defineProperty(exports, "getDocumentString", { enumerable: true, get: function () { return document_string_map_js_1.getDocumentString; } });

@@ -13,2 +13,3 @@ // eslint-disable-next-line import/export

export * from './plugins/use-engine.js';
export * from './plugins/use-validation-rule.js';
export { getDocumentString } from './document-string-map.js';

2

package.json
{
"name": "@envelop/core",
"version": "5.0.0",
"version": "5.0.1-alpha-20240508071555-9d8eb405",
"sideEffects": false,

@@ -5,0 +5,0 @@ "dependencies": {

@@ -16,1 +16,2 @@ ## `@envelop/core`

- [`useEngine`](./docs/use-engine.md)
- [`useValidationRule`](./docs/use-validation-rule.md)

@@ -12,2 +12,3 @@ export * from '@envelop/types';

export * from './plugins/use-engine.js';
export * from './plugins/use-validation-rule.js';
export { getDocumentString } from './document-string-map.js';

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