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

@enplug/sdk-dashboard

Package Overview
Dependencies
Maintainers
8
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enplug/sdk-dashboard - npm Package Compare versions

Comparing version 5.0.0-dev.1 to 5.0.0-dev.2

9

package.json
{
"name": "@enplug/sdk-dashboard",
"version": "5.0.0-dev.1",
"version": "5.0.0-dev.2",
"description": "Enplug Dashboard SDK",

@@ -11,4 +11,5 @@ "main": "./src/index.ts",

"bundle": "npm run clean && webpack",
"bundle:prod": "npm run clean && webpack --env.production",
"bundle:prod": "npm-run-all lint test bundle",
"start": "npm-run-all clean lint test",
"publish-dev": "npm run bundle:prod && npm publish --tag dev",
"release": "npm run bundle && enplug-release-sdk",

@@ -22,2 +23,6 @@ "release:prod": "npm run bundle:prod && enplug-release-sdk",

},
"files": [
"src/",
"dist/"
],
"config": {

@@ -24,0 +29,0 @@ "destination": "sdk/v1",

@@ -154,3 +154,3 @@ export interface InboundMessage {

export enum DefaultAssetLevel {
export enum DefaultAssetLevel {
Default = 'Default',

@@ -157,0 +157,0 @@ Network = 'Network',

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