Socket
Socket
Sign inDemoInstall

@workbench-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workbench-stack/core - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21-0

1

lib/constants/constants.d.ts

@@ -5,2 +5,3 @@ export declare enum TaggedType {

KUBERNETES = "KUBERNETES",
MICROSERVICE = "MICROSERVICE",
}

@@ -105,2 +105,3 @@ module.exports =

TaggedType["KUBERNETES"] = "KUBERNETES";
TaggedType["MICROSERVICE"] = "MICROSERVICE";
})(TaggedType = exports.TaggedType || (exports.TaggedType = {}));

@@ -107,0 +108,0 @@

6

package.json
{
"name": "@workbench-stack/core",
"version": "0.0.20",
"version": "0.0.21-0",
"description": "Workbench core for higher packages to depend on",

@@ -40,5 +40,5 @@ "main": "lib/index.js",

"devDependencies": {
"jest": "^21.1.0",
"jest": "^22.1.0",
"rimraf": "^2.6.1",
"webpack": "^3.7.1"
"webpack": "^3.10.0"
},

@@ -45,0 +45,0 @@ "typings": "lib/index.d.ts",

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