Socket
Socket
Sign inDemoInstall

tslib

Package Overview
Dependencies
Maintainers
9
Versions
44
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 2.3.0 to 2.3.1

2

package.json

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

"homepage": "https://www.typescriptlang.org/",
"version": "2.3.0",
"version": "2.3.1",
"license": "0BSD",

@@ -8,0 +8,0 @@ "description": "Runtime library for TypeScript helper functions",

@@ -172,3 +172,3 @@ /*! *****************************************************************************

}
return to.concat(ar || from);
return to.concat(ar || Array.prototype.slice.call(from));
}

@@ -175,0 +175,0 @@

@@ -213,3 +213,3 @@ /*! *****************************************************************************

}
return to.concat(ar || from);
return to.concat(ar || Array.prototype.slice.call(from));
};

@@ -216,0 +216,0 @@

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