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

@slonik/types

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slonik/types - npm Package Compare versions

Comparing version 46.0.0 to 46.0.1

LICENSE

1

dist/types.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
export type PrimitiveValueExpression = Buffer | bigint | boolean | number | string | readonly PrimitiveValueExpression[] | null;

@@ -3,0 +2,0 @@ export type Query = {

@@ -69,2 +69,4 @@ {

},
"types": "./dist/index.d.ts",
"version": "46.0.1",
"scripts": {

@@ -77,5 +79,3 @@ "build": "rm -fr ./dist && tsc --project ./tsconfig.json",

"test": "nyc ava --verbose --serial"
},
"types": "./dist/index.d.ts",
"version": "46.0.0"
}
}
}

Sorry, the diff of this file is not supported yet

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