Comparing version 1.13.0 to 1.14.0
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://www.typescriptlang.org/", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"license": "0BSD", | ||
@@ -29,3 +29,10 @@ "description": "Runtime library for TypeScript helper functions", | ||
"typings": "tslib.d.ts", | ||
"sideEffects": false | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"import": "./modules/index.js", | ||
"default": "./tslib.js" | ||
}, | ||
"./": "./" | ||
} | ||
} |
@@ -41,6 +41,6 @@ # tslib | ||
# TypeScript 2.3.3 or later | ||
npm install --save tslib | ||
npm install tslib | ||
# TypeScript 2.3.2 or earlier | ||
npm install --save tslib@1.6.1 | ||
npm install tslib@1.6.1 | ||
``` | ||
@@ -122,3 +122,3 @@ | ||
"paths": { | ||
"tslib" : ["jspm_packages/npm/tslib@1.13.0/tslib.d.ts"] | ||
"tslib" : ["jspm_packages/npm/tslib@1.[version].0/tslib.d.ts"] | ||
} | ||
@@ -125,0 +125,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33925
13
552
1