Socket
Socket
Sign inDemoInstall

schema-dts

Package Overview
Dependencies
1
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.0 to 1.0.0-beta

dist/schema.d.ts

28

package.json
{
"name": "schema-dts",
"version": "0.11.0",
"version": "1.0.0-beta",
"displayName": "schema-dts: Strongly-typed Schema.org vocabulary declarations",

@@ -13,8 +13,13 @@ "description": "A TypeScript package with latest Schema.org Schema Typings",

"files": [
"**/*"
"dist/schema.d.ts",
"dist/schema.js",
"LICENSE",
"README.md"
],
"types": "./schema.d.ts",
"main": "./schema.js",
"devDependencies": {},
"dependencies": {},
"types": "./dist/schema.d.ts",
"main": "./dist/schema.js",
"devDependencies": {
"mkdirp": "^1.0.4",
"schema-dts-gen": "*"
},
"peerDependencies": {

@@ -41,6 +46,13 @@ "typescript": ">=4.1.0"

"type": "git",
"url": "git+https://github.com/google/schema-dts.git",
"directory": "dist/schema"
"url": "https://github.com/google/schema-dts.git",
"directory": "packages/schema-dts"
},
"scripts": {
"prepare": "mkdirp lib/",
"build:generate": "schema-dts-gen > lib/schema.ts",
"build:compile": "tsc -p .",
"build": "npm run build:generate && npm run build:compile",
"test": "npm run build && tsc -p test/"
},
"license": "Apache-2.0"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc