New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tslang

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslang - npm Package Compare versions

Comparing version 0.1.19 to 0.1.20

2

library/index.d.ts

@@ -18,3 +18,3 @@ import {Constructor} from './types';

targetConstructor: Constructor,
...constructors: Constructor[]
constructors: Constructor[],
): void;

@@ -13,3 +13,3 @@ /* eslint-disable @magicspace/scoped-modules */

*/
exports.mixin = function mixin(targetConstructor, ...constructors) {
exports.mixin = function mixin(targetConstructor, constructors) {
let targetPrototype = targetConstructor.prototype;

@@ -16,0 +16,0 @@

{
"name": "tslang",
"version": "0.1.19",
"version": "0.1.20",
"description": "TypeScript Language Type Utilities.",

@@ -5,0 +5,0 @@ "license": "MIT",

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