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

babel-plugin-spectypes

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-spectypes - npm Package Compare versions

Comparing version 2.1.0 to 2.1.3

6

package.json
{
"name": "babel-plugin-spectypes",
"version": "2.1.0",
"version": "2.1.3",
"private": false,

@@ -50,3 +50,3 @@ "description": "Babel plugin that compiles spectypes validators",

"ts-is-record": "^3.0.4",
"ts-micro-dict": "^9.0.2",
"ts-micro-dict": "^10.0.2",
"ts-tiny-invariant": "^2.0.3"

@@ -58,4 +58,4 @@ },

"ts-is-defined": "^3.0.3",
"ts-railway": "^6.0.5"
"ts-railway": "^6.1.0"
}
}

@@ -20,3 +20,3 @@ # spectypes

- <b>extensively tested</b>, each release undergoes more than 900 `fast-check` powered [tests](#how-is-it-tested)
- <b>precise types</b>, accurately infers all types and provides readable compile-time error messages
- <b>precise types</b>, accurately [infers](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAbzgQylZBPANHAdgVxACMBTKHCIgKxIGMYcBnGKYXAcx312AlxwA2wGGWQDBoYRTAxeuMXAC+cAGZQIIOAHJGYOjAx7GWgFAnafZnFoALOgGs4AXhRpMAChNw4lGvXcIXt54yCAkAFxwzKwcWEHeyOwRcEIgwu4ExGQ4iSTOAHwoSXD5LgAMAJRxwXA2lEQYkRAycmLu3HLuQiLoAu5aFgAmbOxaVSnCon1akCQsGGMSPW1aIPiMwLRjFVXxcGDqerDAJIyRqOgYnjXeHXzXN96++gFwMImR3VP9deskiyhBoMoKczlEWCMlLtHk9qC8kO92J9Jr1+rRUACQBBBiQBJFopDFBU9t5iTUyVCTMTzJZ4LYHCRBs5rHZaPZ+gB3GzIEQANzIYyAA) all types and provides readable compile-time error messages
- <b>browser friendly</b>, uses `babel` to compile validators, so no `eval` or `new Function` involved

@@ -23,0 +23,0 @@ - <b>easily extensible</b>, [custom validators](#custom-validators) are created by mixing existing ones

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