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

yaschema-api

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaschema-api - npm Package Compare versions

Comparing version 3.6.1 to 3.6.2

lib/mjs/config/exports.mjs

23

package.json
{
"name": "yaschema-api",
"version": "3.6.1",
"version": "3.6.2",
"description": "Yet another API",

@@ -11,5 +11,9 @@ "keywords": [

],
"main": "lib/cjs/exports.js",
"module": "lib/mjs/exports.js",
"types": "lib/exports.d.ts",
"main": "./lib/cjs/exports.js",
"module": "./lib/mjs/exports.mjs",
"exports": {
"import": "./lib/mjs/exports.mjs",
"require": "./lib/cjs/exports.js"
},
"types": "./lib/exports.d.ts",
"repository": "https://github.com/TypeScript-OSS/yaschema-api.git",

@@ -20,3 +24,3 @@ "homepage": "https://typescript-oss.github.io/yaschema-api/",

"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.mjs.json",
"build": "tsc -p tsconfig.cjs.json && node ./build.mjs",
"build:dev": "trash dev-build && yarn build && mkdir dev-build && cp -r lib dev-build && cp package.json dev-build && (cd dev-build && echo 'package' `pwd`)",

@@ -34,3 +38,3 @@ "clean": "trash coverage dev-build docs lib",

"dependencies": {
"yaschema": "^3.5.1"
"yaschema": "^3.5.2"
},

@@ -42,5 +46,7 @@ "devDependencies": {

"@types/jest": "^29.5.12",
"@types/lodash": "4.17.5",
"@types/lodash": "4.17.6",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"esbuild": "0.21.5",
"esbuild-plugin-tsc": "0.4.0",
"eslint": "9.5.0",

@@ -55,2 +61,3 @@ "eslint-config-prettier": "^9.1.0",

"eslint-plugin-tsdoc": "^0.3.0",
"glob": "10.4.2",
"jest": "29.7.0",

@@ -62,5 +69,5 @@ "jest-environment-jsdom": "^29.7.0",

"ts-jest": "^29.1.5",
"typedoc": "^0.26.2",
"typedoc": "^0.26.3",
"typescript": "5.5.2"
}
}
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