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

@workbench-stack/output-server

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workbench-stack/output-server - npm Package Compare versions

Comparing version 0.0.24-27 to 0.0.24-28

lib/__tests__/output-model.test.d.ts

9

package.json
{
"name": "@workbench-stack/output-server",
"version": "0.0.24-27",
"version": "0.0.24-28",
"description": "Sample core for higher packages to depend on",

@@ -36,3 +36,3 @@ "main": "lib/index.js",

"transform": {
"\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
"\\.(ts|tsx)$": "<rootDir>/../../../node_modules/ts-jest/preprocessor.js"
},

@@ -44,10 +44,9 @@ "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$"

"devDependencies": {
"@container-stack/logger-server-module": "0.0.26-5",
"cross-env": "^5.1.3",
"jest": "^22.4.2",
"rimraf": "^2.6.1",
"vsts-task-lib": "^2.5.0",
"webpack": "^4.7.0"
},
"dependencies": {
"@workbench-stack/configuration": "*"
},
"peerDependencies": {

@@ -54,0 +53,0 @@ "graphql-tag": ">=2.0.0"

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"rootDirs": ["./src", "../common"],
"rootDir": "./src",
"outDir": "../lib",
"declarationDir": "../lib",
"typeRoots": [
"../../../node_modules/@types"
],
"skipLibCheck": true
},

@@ -17,2 +13,3 @@ "exclude": [

"lib",
"test",
"dist",

@@ -19,0 +16,0 @@ "webpack.config.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