Socket
Socket
Sign inDemoInstall

@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 7.0.0-es2020.beta.0 to 7.0.0-es2020.beta.1

21

package.json
{
"name": "@haventech/supertype",
"description": "A type system for classical inheritence, mix-ins and composition.",
"version": "7.0.0-es2020.beta.0",
"version": "7.0.0-es2020.beta.1",
"main": "dist/index.js",

@@ -14,12 +14,12 @@ "types": "dist/index.d.ts",

"devDependencies": {
"@types/chai": "4.3.0",
"@types/mocha": "9.1.0",
"@types/chai": "4.3.4",
"@types/mocha": "10.0.1",
"@types/nconf": "^0.10.0",
"@types/node": "18.11.18",
"chai": "4.3.6",
"eslint": "8.8.0",
"mocha": "10.0.0",
"mock-fs": "5.1.2",
"chai": "4.3.7",
"eslint": "8.33.0",
"mocha": "10.2.0",
"mock-fs": "5.2.0",
"nyc": "15.1.0",
"sinon": "13.0.1",
"sinon": "15.0.1",
"ts-node": "10.9.1",

@@ -35,3 +35,4 @@ "typescript": "4.9.4"

"compile": "tsc",
"test": "mocha test/**/*.js dist/test/**/*.js",
"build": "npm run compile",
"test": "mocha test/**/*.js",
"test:config": "mocha test/config",

@@ -43,3 +44,3 @@ "test:example": "mocha test/example",

"engines": {
"node": ">=14.x"
"node": ">=16.x"
},

@@ -46,0 +47,0 @@ "repository": {

@@ -456,3 +456,2 @@ import * as serializer from './serializer';

static getClasses() {
console.log('comping here', this.__templates__);
if (this.__templates__) {

@@ -466,3 +465,2 @@ for (let ix = 0; ix < this.__templates__.length; ++ix) {

this.__templates__ = undefined;
console.log('i am dictionary', this.__dictionary__);
for (const templateName1 in this.__dictionary__) {

@@ -469,0 +467,0 @@ var template = this.__dictionary__[templateName1];

Sorry, the diff of this file is too big to display

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