Socket
Socket
Sign inDemoInstall

schema-typed

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.4.0

types/ArrayType.d.ts

4

CHANGELOG.md

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

# 1.4.0
- Adding the typescript types declaration in to package
# 1.3.1

@@ -2,0 +6,0 @@

17

package.json
{
"name": "schema-typed",
"version": "1.3.1",
"version": "1.4.0",
"description": "Schema for data modeling & validation",
"main": "lib/index.js",
"module": "es/index.js",
"types": "types/index.d.ts",
"scripts": {

@@ -11,6 +12,7 @@ "lint": "eslint src *.js",

"build-es": "NODE_ENV=esm ./node_modules/.bin/babel -d es/ src/",
"prepublish": "npm run test && npm run build && npm run build-es",
"prepublish": "npm run test && npm run test-types && npm run build && npm run build-es",
"tdd": "mocha --watch --compilers js:@babel/register test/*Spec.js ",
"test-once": "mocha --compilers js:@babel/register test/*Spec.js ",
"test": "npm run lint && npm run test-once"
"test": "npm run lint && npm run test-once",
"test-types": "dtslint --expectOnly --localTs node_modules/typescript/lib types"
},

@@ -35,3 +37,4 @@ "repository": {

"lib",
"es"
"es",
"types"
],

@@ -65,3 +68,4 @@ "homepage": "https://github.com/rsuite/schema-typed#readme",

"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"dtslint": "^0.9.9",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^15.0.1",

@@ -76,4 +80,5 @@ "eslint-plugin-babel": "^3.2.0",

"mocha": "^2.5.3",
"object-flaser": "^0.1.1"
"object-flaser": "^0.1.1",
"typescript": "^3.6.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc