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

tslib

Package Overview
Dependencies
Maintainers
8
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslib - npm Package Compare versions

Comparing version

to
2.5.3

tslib.es6.mjs

10

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://www.typescriptlang.org/",
"version": "2.5.2",
"version": "2.5.3",
"license": "0BSD",

@@ -33,4 +33,4 @@ "description": "Runtime library for TypeScript helper functions",

"module": {
"types": "./tslib.d.ts",
"default": "./tslib.es6.js"
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
},

@@ -40,4 +40,4 @@ "import": {

"default": {
"types": "./tslib.d.ts",
"default": "./tslib.es6.js"
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}

@@ -44,0 +44,0 @@ },