Socket
Socket
Sign inDemoInstall

@deepkit/core

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepkit/core - npm Package Compare versions

Comparing version 1.0.1-alpha.4 to 1.0.1-alpha.5

dist/cjs/index.d.ts

19

package.json
{
"name": "@deepkit/core",
"version": "1.0.1-alpha.4",
"version": "1.0.1-alpha.5",
"description": "Deepkit core library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"main": "./dist/cjs/index.js",
"types": "./dist/esm/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
}
},
"module": "./dist/esm/index.js",
"sideEffects": false,

@@ -22,3 +29,5 @@ "publishConfig": {

},
"scripts": {},
"scripts": {
"build": "echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json"
},
"jest": {

@@ -36,3 +45,3 @@ "transform": {

},
"gitHead": "21205ec4ef3b38c143e99b7bb639e1e1eba0ab72"
"gitHead": "3423f82563f93d4a8caafb51b16ac63c33b1c496"
}

@@ -16,3 +16,3 @@ {

"baseUrl": ".",
"outDir": "./dist",
"outDir": "./dist/esm",
"declaration": true,

@@ -19,0 +19,0 @@ "composite": true

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