Socket
Socket
Sign inDemoInstall

@pexip-engage-public/plugin-configuration

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pexip-engage-public/plugin-configuration - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0-canary-20231013111621

dist/index.d.ts

6

CHANGELOG.md
# @pexip-engage-public/plugin-configuration
## 2.0.0-canary-20231013111621
### Major Changes
- f94a30b50: feat: switch plugin packages to native node esm only
## 1.2.0

@@ -4,0 +10,0 @@

22

package.json
{
"name": "@pexip-engage-public/plugin-configuration",
"version": "1.2.0",
"version": "2.0.0-canary-20231013111621",
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-configuration#readme",

@@ -20,19 +20,16 @@ "bugs": {

"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./typings/index.d.ts",
"import": "./dist/index.mjs"
"import": "./dist/index.js"
}
},
"module": "./dist/index.mjs",
"types": "./typings/index.d.ts",
"files": [
"dist",
"CHANGELOG.md",
"typings",
"src"
],
"devDependencies": {
"tsup": "^7.2.0",
"@pexip-engage/tsconfig": "0.0.9",
"@eslint/eslintrc": "^2.1.2",
"@pexip-engage/tsconfig": "0.0.10-canary-20231013111621",
"eslint-config-pexip-engage": "0.0.39"

@@ -48,9 +45,8 @@ },

"scripts": {
"build": "tsup",
"clean": "rm -rf .turbo node_modules dist typings",
"dev": "concurrently \"tsc --build --watch\" \"tsup --watch\"",
"build": "tsc --build",
"clean": "rm -rf .turbo node_modules dist tsconfig.tsbuildinfo",
"dev": "tsc --build --watch",
"lint": "cross-env TIMING=1 eslint --max-warnings=0 .",
"lint:fix": "pnpm lint --fix",
"typecheck": "tsc --build"
"lint:fix": "pnpm lint --fix"
}
}

@@ -1,1 +0,1 @@

export * from "./PluginConfiguration.schema";
export * from "./PluginConfiguration.schema.js";
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