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

@valo/extensibility

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valo/extensibility - npm Package Compare versions

Comparing version 0.0.1-alpha-3 to 0.0.1-alpha-4

1

lib/ExtensibilityService.js

@@ -12,2 +12,3 @@ "use strict";

function ExtensibilityService() {
this.extPoints = [];
this.unbindedExtPoints = [];

@@ -14,0 +15,0 @@ }

4

package.json
{
"name": "@valo/extensibility",
"version": "0.0.1-alpha-3",
"version": "0.0.1-alpha-4",
"description": "",
"main": "lib/index.js",
"scripts": {
"publish:next": "npm publish --tag=next --access=public",
"publish:next": "npm run tsc && npm publish --tag=next --access=public",
"tsc": "rm -rf lib && tsc"

@@ -9,0 +9,0 @@ },

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