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

furnace-sql

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

furnace-sql - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

15

package.json
{
"name": "furnace-sql",
"version": "0.0.1",
"version": "0.0.2",
"keywords": ["bun", "bun sqlit", "local sql"],
"author": "Filip Danic <filipdanic7@gmail.com> (https://danicfilip.com)",
"bugs": "https://github.com/filipdanic/furnace-sql/issues",
"homepage": "https://www.thesoftwarelounge.com/crunch-data-with-furnace-sql/",
"bugs": {
"url": "https://github.com/filipdanic/furnace-sql/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:filipdanic/furnace-sql.git"
},
"license": "MIT",

@@ -11,4 +18,4 @@ "description": "a wrapper around bun:sqlite to let you crunch data in your local",

"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {

@@ -15,0 +22,0 @@ "compile": "rm -rf dist && tsc"

@@ -17,3 +17,3 @@ # furnace-sql

```typescript
import { executeTransformation } from "furnace-sql";
import { executeTransformation } from "furnace-sql/dist/src/index";

@@ -20,0 +20,0 @@ const t = await executeTransformation<MyType>(

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