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

can-type

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-type - npm Package Compare versions

Comparing version 1.0.0-pre.8 to 1.0.0-pre.9

4

doc/can-type.md

@@ -102,3 +102,3 @@ @module {Object} can-type

class Person extends ObservableObject {
static define = {
static props = {
first: type.check(String), // type checking is the default behavior

@@ -133,3 +133,3 @@ last: type.maybe(String),

class Progress extends StacheElement {
static define = {
static props = {
value: {

@@ -136,0 +136,0 @@ type: type.check(Number),

{
"name": "can-type",
"version": "1.0.0-pre.8",
"version": "1.0.0-pre.9",
"description": "Type definitions",

@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-type.html",

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