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

@types/split2

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/split2 - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

split2/index.d.ts

@@ -24,5 +24,5 @@ // Type definitions for split2 4.2

}
type Matcher = string | RegExp | { [Symbol.split](string: string, limit?: number): string[]; };
type Matcher = string | RegExp | { [Symbol.split](string: string, limit?: number): string[] };
}
export = split;
{
"name": "@types/split2",
"version": "4.2.0",
"version": "4.2.1",
"description": "TypeScript definitions for split2",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/split2",

},
"typesPublisherContentHash": "143efeab63c4715c58b032a5b7f0c28221eea6f4f9dade60348f9bbe5c1628f1",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "b587c389620e4382481df94395a08619ec30e71755bf40f31ee1f93c57b85d63",
"typeScriptVersion": "4.5"
}

@@ -34,3 +34,3 @@ # Installation

}
type Matcher = string | RegExp | { [Symbol.split](string: string, limit?: number): string[]; };
type Matcher = string | RegExp | { [Symbol.split](string: string, limit?: number): string[] };
}

@@ -43,3 +43,3 @@

### Additional Details
* Last updated: Tue, 18 Apr 2023 23:02:45 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -46,0 +46,0 @@ * Global values: none

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