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

@travetto/test

Package Overview
Dependencies
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/test - npm Package Compare versions

Comparing version 0.0.82 to 0.0.83

55

package.json
{
"author": {
"email": "travetto.framework@gmail.com",
"email": "travetto.framework@gmail.com",
"name": "Travetto Framework"
},
},
"bin": {
"travetto-test": "bin/travetto-test.js"
},
},
"dependencies": {
"@travetto/exec": "0.x.x",
"@travetto/registry": "0.x.x",
"@types/js-yaml": "^3.11.1",
"@types/minimist": "^1.2.0",
"js-yaml": "https://github.com/arciisine/js-yaml.git#3.11.0-slim",
"@travetto/base": "^0.0.162",
"@travetto/exec": "^0.0.39",
"@travetto/pool": "^0.0.16",
"@travetto/registry": "^0.0.50",
"@types/js-yaml": "^3.11.1",
"@types/minimist": "^1.2.0",
"js-yaml": "https://github.com/arciisine/js-yaml.git#3.11.0-slim",
"minimist": "^1.2.0"
},
"description": "Declarative test framework that provides hooks for high levels of integration with the travetto framework and test plugin",
"devDependencies": {
"@travetto/test": "file://."
},
"homepage": "https://travetto.io",
},
"description": "Declarative test framework that provides hooks for high levels of integration with the travetto framework and test plugin",
"homepage": "https://travetto.io",
"keywords": [
"unit-testing",
"testing",
"travetto",
"typescript",
"decorators",
"unit-testing",
"testing",
"travetto",
"typescript",
"decorators",
"ast-transformations"
],
"license": "MIT",
"main": "index.ts",
"name": "@travetto/test",
],
"license": "MIT",
"main": "index.ts",
"name": "@travetto/test",
"repository": {
"url": "https://github.com/travetto/test.git"
},
"url": "https://github.com/travetto/travetto.git"
},
"scripts": {
"test": "node ./bin/travetto-test.js"
},
"version": "0.0.82"
}
},
"version": "0.0.83"
}

@@ -1,5 +0,4 @@

import { LocalExecution, ChildExecution, serializeError, deserializeError } from '@travetto/exec';
import { LocalExecution, ChildExecution, serializeError } from '@travetto/exec';
import { ConcurrentPool, IdleManager } from '@travetto/pool';
import { PhaseManager, AppInfo } from '@travetto/base';
import { Consumer } from '../consumer';
import { PhaseManager } from '@travetto/base';

@@ -6,0 +5,0 @@ /***

{
"extends" : "./node_modules/@travetto/base/tsconfig.json"
}
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"strict": true,
"noStrictGenericChecks": true,
"strictPropertyInitialization": false,
"sourceMap": true,
"lib": [
"es2015.proxy",
"es2018"
],
"preserveConstEnums": true,
"experimentalDecorators": true,
"rootDir": "src/",
"outDir": "build/"
}
}
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