New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pexip-engage-public/plugin-instance

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.15 to 1.0.16

13

CHANGELOG.md
# @pexip-engage-public/plugin-instance
## 1.0.16
### Patch Changes
- e0acd10c6: chore: restrict eslint warnings to 0 in all projects
- 7e5a9b23d: chore: setup proper ts references implementation
- Updated dependencies [e0acd10c6]
- Updated dependencies [7e5a9b23d]
- @pexip-engage-public/plugin-configuration-parser@1.0.14
- @pexip-engage-public/plugin-events@1.0.11
- @pexip-engage-public/plugin-state@1.0.8
- @pexip-engage-public/plugin-utils@1.0.6
## 1.0.15

@@ -4,0 +17,0 @@

20

package.json
{
"name": "@pexip-engage-public/plugin-instance",
"version": "1.0.15",
"version": "1.0.16",
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-instance#readme",

@@ -36,11 +36,11 @@ "bugs": {

"iframe-resizer": "^4.3.4",
"@pexip-engage-public/plugin-configuration-parser": "1.0.13",
"@pexip-engage-public/plugin-events": "1.0.10",
"@pexip-engage-public/plugin-state": "1.0.7",
"@pexip-engage-public/plugin-utils": "1.0.5"
"@pexip-engage-public/plugin-configuration-parser": "1.0.14",
"@pexip-engage-public/plugin-events": "1.0.11",
"@pexip-engage-public/plugin-state": "1.0.8",
"@pexip-engage-public/plugin-utils": "1.0.6"
},
"devDependencies": {
"tsup": "^6.6.3",
"@pexip-engage/tsconfig": "0.0.7",
"eslint-config-pexip-engage": "0.0.13"
"@pexip-engage/tsconfig": "0.0.8",
"eslint-config-pexip-engage": "0.0.14"
},

@@ -57,7 +57,7 @@ "volta": {

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

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