Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typescript-is

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-is - npm Package Compare versions

Comparing version 0.7.5 to 0.7.6

10

package.json
{
"name": "typescript-is",
"version": "0.7.5",
"version": "0.7.6",
"engines": {

@@ -13,3 +13,3 @@ "node": ">=6.14.4"

],
"description": "",
"description": "Banff parking updater and API.",
"main": "index.js",

@@ -37,4 +37,3 @@ "files": [

"peerDependencies": {
"reflect-metadata": "^0.1.12",
"tsutils": ">=2",
"reflect-metadata": ">=0.1.12",
"typescript": ">=2"

@@ -56,4 +55,5 @@ },

"dependencies": {
"nested-error-stacks": "^2.1.0"
"nested-error-stacks": "^2.1.0",
"tsutils": "^2"
}
}

@@ -224,2 +224,3 @@ # typescript-is

Give the reason why the assertion failed to the user as part of the error.
* Optimize the generated conditions. Things like `false || "key" === "key"` can be simplified. Might be more interesting to publish a different library that can transform a TypeScript AST, and then use it here, or use an existing one. Might be out of scope, as there are plenty of minifiers/uglifiers/manglers out there already.

@@ -226,0 +227,0 @@ # 🔨 Building and testing

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