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

@haventech/supertype

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haventech/supertype - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

5

package.json
{
"name": "@haventech/supertype",
"description": "A type system for classical inheritence, mix-ins and composition.",
"version": "9.0.1",
"version": "9.0.2",
"main": "dist/cjs/index.js",

@@ -13,4 +13,3 @@ "module": "dist/esm/index.js",

"default": "./dist/esm/index.js"
},
"./transformers/preparePackages.mjs": "./transformers/preparePackages.mjs"
}
},

@@ -17,0 +16,0 @@ "types": "dist/cjs/index.d.ts",

4

tsconfig.esm.json

@@ -5,7 +5,7 @@ {

"outDir": "./dist/esm",
"module": "esnext",
"module": "es2020",
"plugins": [
{ "transform": "./transformers/appendJsExtension.ts", "after": true }
{ "transform": "../../build/transformers/appendJsExtension.ts", "after": true }
]
}
}

Sorry, the diff of this file is not supported yet

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