Socket
Socket
Sign inDemoInstall

@stoplight/types

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/types - npm Package Compare versions

Comparing version 13.0.0-beta.1 to 13.0.0-beta.2

dist/index.esm.js

19

package.json
{
"name": "@stoplight/types",
"version": "13.0.0-beta.1",
"version": "13.0.0-beta.2",
"description": "Common typings for the Stoplight ecosystem.",

@@ -15,7 +15,11 @@ "keywords": [],

"type": "commonjs",
"main": "dist/index.js",
"module": "dist/index.ejs",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},

@@ -31,3 +35,3 @@ "license": "Apache-2.0",

"build": "rollup -c && tsc --emitDeclarationOnly",
"postbuild": "cp ./dist/index.mjs ./dist/index.ejs",
"postbuild": "cp ./dist/index.mjs ./dist/index.esm.js",
"commit": "git-cz",

@@ -49,6 +53,5 @@ "lint": "tslint -c tslint.json 'src/**/*.ts?'",

"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"jest": "^25.1.0",
"lodash": "^4.17.15",
"rollup": "^2.47.0",
"rollup": "^2.70.1",
"semantic-release": "^17.0.4",

@@ -55,0 +58,0 @@ "ts-jest": "^25.2.1",

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