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

static-type-js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-type-js - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json

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

"description": "Prototype inheritance and type system for js",
"version": "0.3.1",
"version": "0.3.2",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

Type-js [![Build Status](https://travis-ci.org/igorzg/type-js.svg?branch=master)](https://travis-ci.org/igorzg/type-js)
========
Static type support for javascript
Type checking support for javascript
* All types are checked at runtime
* Supported for ES5++ browsers.

@@ -14,3 +15,5 @@ * Object roots are freezed after thy are created.

* In IE 8,7,6 inheritance works but extensions and changes are allowed.
```js
```javascript
/// var Parent = Type.create([type definition], [prototype]);

@@ -17,0 +20,0 @@ /// var Child = Parent.inherit([type definition], [prototype]);

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