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

@types/systemjs

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/systemjs - npm Package Compare versions

Comparing version 0.20.8 to 0.20.9

23

systemjs v0.20/index.d.ts

@@ -42,3 +42,2 @@ // Type definitions for SystemJS 0.20

* - register: System.register or System.registerDynamic compatibility module format
*
*/

@@ -52,3 +51,10 @@ type ModuleFormat = "esm" | "cjs" | "amd" | "global" | "register";

*/
type Transpiler = "plugin-traceur" | "plugin-babel" | "plugin-typescript" | "traceur" | "babel" | "typescript" | false;
type Transpiler =
| "plugin-traceur"
| "plugin-babel"
| "plugin-typescript"
| "traceur"
| "babel"
| "typescript"
| false;

@@ -264,5 +270,5 @@ type ConfigMap = PackageList<string | PackageList<string>>;

*/
tsconfig?: boolean | string | undefined,
tsconfig?: boolean | string | undefined;
[key: string]: any
[key: string]: any;
} | undefined;

@@ -291,3 +297,3 @@ }

*/
constructor: new () => System;
constructor: new() => System;

@@ -342,3 +348,8 @@ /**

*/
registerDynamic(name: string, deps: string[], executingRequire: boolean, declare: (...modules: any[]) => any): void;
registerDynamic(
name: string,
deps: string[],
executingRequire: boolean,
declare: (...modules: any[]) => any,
): void;
registerDynamic(deps: string[], executingRequire: boolean, declare: (...modules: any[]) => any): void;

@@ -345,0 +356,0 @@

{
"name": "@types/systemjs",
"version": "0.20.8",
"version": "0.20.9",
"description": "TypeScript definitions for SystemJS",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/systemjs",

"dependencies": {},
"typesPublisherContentHash": "5f2d5fccaaa3b2000cc94196413f47ce8a7879609aa266a543254add4d684b53",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "b0a0ef0813d30b3a1d0ae14a53a69d49007861277a3efbbdec819b681c8b4d04",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 02 Jul 2021 22:33:23 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `SystemJSLoader`

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