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

@0xproject/json-schemas

Package Overview
Dependencies
Maintainers
5
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xproject/json-schemas - npm Package Compare versions

Comparing version 0.7.7 to 0.7.8

2

lib/schemas/block_range_schema.d.ts

@@ -5,4 +5,6 @@ export declare const blockParamSchema: {

type: string;
enum?: undefined;
} | {
enum: string[];
type?: undefined;
})[];

@@ -9,0 +11,0 @@ };

@@ -48,2 +48,4 @@ export declare const orderSchema: {

$ref: string;
properties?: undefined;
required?: undefined;
} | {

@@ -56,3 +58,4 @@ properties: {

required: string[];
$ref?: undefined;
})[];
};

@@ -144,2 +144,4 @@ export declare const schemas: {

$ref: string;
properties?: undefined;
required?: undefined;
} | {

@@ -152,2 +154,3 @@ properties: {

required: string[];
$ref?: undefined;
})[];

@@ -166,4 +169,6 @@ };

type: string;
enum?: undefined;
} | {
enum: string[];
type?: undefined;
})[];

@@ -170,0 +175,0 @@ };

9

package.json
{
"name": "@0xproject/json-schemas",
"version": "0.7.7",
"version": "0.7.8",
"description": "0x-related json schemas",

@@ -8,2 +8,3 @@ "main": "lib/src/index.js",

"scripts": {
"build:watch": "tsc -w",
"lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'",

@@ -31,4 +32,4 @@ "test": "run-s clean build run_mocha",

"devDependencies": {
"@0xproject/tslint-config": "^0.4.6",
"@0xproject/utils": "^0.2.4",
"@0xproject/tslint-config": "^0.4.7",
"@0xproject/utils": "^0.3.0",
"@types/lodash.foreach": "^4.5.3",

@@ -45,4 +46,4 @@ "@types/lodash.values": "^4.3.3",

"tslint": "5.8.0",
"typescript": "~2.6.1"
"typescript": "2.7.1"
}
}

@@ -52,2 +52,8 @@ ## @0xproject/json-schemas

or
```bash
yarn build:watch
```
### Lint

@@ -54,0 +60,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