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

strong-type

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strong-type - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "strong-type",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",

@@ -5,0 +5,0 @@ "description": "allows easy type enforcement for all JS types objects and classes. it is also extensible and provides simple to use type checks for your own custom classes and types",

@@ -12,7 +12,14 @@ # strong-type

examples
`npm i`
check the examples
run `npm i` in the root dir to make sure you get the devDependencies installed.
see in browser
node example
`npm run nodeExample`
browser example
`npm start`
then go to `http://localhost:8000/example/web/index.html`
Chrome, Opera, and Edge support all the types so all rows will be green
You will see some red rows in Firefox as it does not yet support all types. The unsupported types will throw type errors when checked/validated.
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