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

@preserves/schema

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@preserves/schema - npm Package Compare versions

Comparing version 0.990.0 to 0.990.1

.yarnrc

20

package.json
{
"name": "@preserves/schema",
"version": "0.990.0",
"version": "0.990.1",
"description": "Schema support for Preserves data serialization format",

@@ -16,3 +16,3 @@ "homepage": "https://gitlab.com/preserves/preserves",

"scripts": {
"regenerate": "rm -rf ./src/gen && yarn copy-schema && ./bin/preserves-schema-ts.js --output ./src/gen ./dist:schema.prs",
"regenerate": "rm -rf ./src/gen && yarn copy-schema && ../schema-cli/bin/preserves-schema-ts.js --output ./src/gen ./dist:schema.prs",
"clean": "rm -rf lib dist",

@@ -29,16 +29,6 @@ "prepare": "yarn compile && yarn rollup && yarn copy-schema",

},
"bin": {
"preserves-schema-ts": "./bin/preserves-schema-ts.js",
"preserves-schemac": "./bin/preserves-schemac.js"
"dependencies": {
"@preserves/core": "^0.990.0"
},
"dependencies": {
"@preserves/core": "^0.990.0",
"@types/glob": "^7.1",
"@types/minimatch": "^3.0",
"chalk": "^4.1",
"chokidar": "^3.5",
"commander": "^7.2",
"glob": "^7.1",
"minimatch": "^3.0"
}
"gitHead": "01d3659216e7e0ec71ae5f6fffc20b8109c25301"
}

@@ -5,1 +5,5 @@ # Preserves Schema for TypeScript/JavaScript

for TypeScript and JavaScript.
This package implements a Schema runtime and a Schema-to-TypeScript compiler, but offers no
command line interfaces. See `@preserves/schema-cli` for command-line tools for working with
Schema and compiling from Schema to TypeScript.

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