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

@envelop/extended-validation

Package Overview
Dependencies
Maintainers
1
Versions
1304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@envelop/extended-validation - npm Package Compare versions

Comparing version 1.7.0-alpha-db79afa.0 to 1.7.0-alpha-e9434aa.0

cjs/common.js

45

package.json
{
"name": "@envelop/extended-validation",
"version": "1.7.0-alpha-db79afa.0",
"version": "1.7.0-alpha-e9434aa.0",
"sideEffects": false,
"peerDependencies": {
"@envelop/core": "2.4.0-alpha-db79afa.0",
"@envelop/core": "2.4.0-alpha-e9434aa.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"

@@ -14,3 +14,3 @@ },

"type": "git",
"url": "https://github.com/dotansimha/envelop.git",
"url": "https://github.com/n1ru4l/envelop.git",
"directory": "packages/plugins/extended-validation"

@@ -20,19 +20,40 @@ },

"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "index.d.ts"
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
"require": {
"types": "./typings/index.d.ts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
"require": {
"types": "./typings/*.d.ts",
"default": "./cjs/*.js"
},
"import": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
},
"default": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
}
},
"./package.json": "./package.json"
}
}
}
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