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

bun-types

Package Overview
Dependencies
Maintainers
3
Versions
687
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun-types - npm Package Compare versions

Comparing version 1.1.27-canary.20240826T140543 to 1.1.27-canary.20240827T140529

2

package.json
{
"version": "1.1.27-canary.20240826T140543",
"version": "1.1.27-canary.20240827T140529",
"name": "bun-types",

@@ -4,0 +4,0 @@ "license": "MIT",

@@ -559,3 +559,3 @@ /**

* stmt.all();
* // => [{bar: "baz"}]
* // => []
*

@@ -579,10 +579,10 @@ * stmt.all("foo");

*
* stmt.all("baz");
* // => [{bar: "baz"}]
* stmt.get("baz");
* // => {bar: "baz"}
*
* stmt.all();
* // => [{bar: "baz"}]
* stmt.get();
* // => null
*
* stmt.all("foo");
* // => [{bar: "foo"}]
* stmt.get("foo");
* // => {bar: "foo"}
* ```

@@ -774,3 +774,3 @@ *

* console.log(user.birthdate);
* // => Date(1995, 11, 19)
* // => Date(1995, 12, 19)
* ```

@@ -777,0 +777,0 @@ */

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