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

isly

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isly - npm Package Compare versions

Comparing version 0.1.24 to 0.1.25

any/index.ts

2

package.json
{
"name": "isly",
"version": "0.1.24",
"version": "0.1.25",
"description": "Library for type checking.",

@@ -5,0 +5,0 @@ "author": "Utily Contributors",

@@ -24,3 +24,3 @@ # isly

myIntersection: { a: string } & { b: string }
children?: DemoType[]

@@ -114,2 +114,3 @@

It is possible to add restrictions to the type as parameters.
```typescript

@@ -193,3 +194,3 @@ isly.string().array({ criteria: "minLength", value: 3 })

// model/Event.ts
import * as isly from "isly"
import { isly } from "isly"

@@ -196,0 +197,0 @@ export interface Event {

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