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

@balena/contrato

Package Overview
Dependencies
Maintainers
3
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/contrato - npm Package Compare versions

Comparing version 0.7.0-codewithcheese-convert-to-ts-8b5615ff96736a2c8792cd9d26439fb8bf2dd1ea to 0.7.0-codewithcheese-convert-to-ts-8b75b5eb0e73c03269352d6b19491e9029b2b7bf

build/blueprint.d.ts

3

CHANGELOG.md

@@ -8,4 +8,5 @@ # Change Log

## 0.7.0 - 2021-04-30
## 0.7.0 - 2021-05-03
* align repo with official Balena typescript skeleton [Micah Halter]
* finished migration to Typescript and added cue type generation [Micah Halter]

@@ -12,0 +13,0 @@ * minor: use ts-migrate to convert to TypeScript [Thomas Manning]

{
"name": "@balena/contrato",
"version": "0.7.0-codewithcheese-convert-to-ts-8b5615ff96736a2c8792cd9d26439fb8bf2dd1ea",
"description": "The official contracts implementation",
"main": "build/lib/index.js",
"version": "0.7.0-codewithcheese-convert-to-ts-8b75b5eb0e73c03269352d6b19491e9029b2b7bf",
"description": "The official contract implementation",
"homepage": "https://github.com/balena-io/contrato",
"main": "build/index.js",
"types": "build/index.d.ts",
"keywords": [
"balena",
"typescript"
],
"author": "",
"license": "Apache-2.0",
"repository": {

@@ -19,21 +26,11 @@ "type": "git",

"clean": "rimraf build",
"build": "npm run clean && npm run buildtypes && npm run copy-files && tsc",
"buildtypes": "npx ts-node ./scripts/build-types.ts",
"test": "npm run build && nyc --reporter=lcov --report-dir=docs ava",
"lint": "eslint lib test",
"jsdoc": "jsdoc --configure jsdoc.conf.json",
"copy-files": "copyfiles -u 1 ./test/**/*.json ./build/test/"
"build": "npm run clean && npm run buildtypes && tsc",
"buildtypes": "ts-node ./scripts/build-types.ts && balena-lint --typescript --fix lib/types",
"lint": "balena-lint --typescript lib tests",
"lint-fix": "balena-lint --typescript --fix lib tests",
"test:node": "mocha -r ts-node/register --reporter spec tests/**/*.spec.ts",
"test": "npm run build && npm run lint && npm run test:node",
"test:fast": "npm run build && npm run test:node",
"prepack": "npm run build"
},
"author": "Resin Inc. <hello@resin.io>",
"types": "build/lib/index.d.ts",
"license": "Apache-2.0",
"ava": {
"concurrency": 5,
"typescript": {
"rewritePaths": {
"lib/": "build/lib/",
"test/": "build/test/"
}
}
},
"dependencies": {

@@ -50,2 +47,3 @@ "@types/debug": "^4.1.5",

"lodash": "^4.17.19",
"memfs": "^3.2.2",
"object-hash": "^1.3.1",

@@ -56,21 +54,17 @@ "semver": "^5.7.1",

"devDependencies": {
"@ava/typescript": "^1.1.1",
"ava": "^3.15.0",
"copyfiles": "^2.4.1",
"@balena/lint": "^5.0.4",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cuelang-js": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^3.15.1",
"eslint-plugin-lodash": "^2.7.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.5",
"nyc": "^11.9.0",
"husky": "^4.2.5",
"lint-staged": "^10.1.7",
"mocha": "^7.2.0",
"openapi-typescript": "^3.2.3",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
"ts-node": "^8.10.1",
"typescript": "^3.9.3"
}
}

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