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

tson-schema

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tson-schema - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/tson-schema.d.ts

10

package.json
{
"name": "tson-schema",
"version": "0.0.1",
"version": "0.0.2",
"description": "A TypeScript API to create JSON-Schemas and TypeScript types",
"files": ["dist"],
"main": "dist/ts-json-schema.js",
"types": "dist/ts-json-schema.d.ts",
"files": [
"dist"
],
"main": "dist/tson-schema.js",
"types": "dist/tson-schema.d.ts",
"scripts": {

@@ -9,0 +11,0 @@ "build": "tsc",

6

README.md

@@ -16,3 +16,3 @@ # tson-schema

```
npm install -S ts-json-schema
npm install -S tson-schema
```

@@ -23,3 +23,3 @@

```
yarn add ts-json-schema
yarn add tson-schema
```

@@ -30,3 +30,3 @@

```ts
import * as s from 'ts-json-schema'
import * as s from 'tson-schema'

@@ -33,0 +33,0 @@ /**

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