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

circle-rhyme-yes-measure

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circle-rhyme-yes-measure - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

dist/dialect.js

@@ -63,3 +63,6 @@ import { sql } from "drizzle-orm";

function collectionToTable(name, collection, isJsonSerializable = true) {
const columns = initialColumns;
const columns = {
// Spread to avoid mutating `initialColumns`
...initialColumns
};
for (const [fieldName, field] of Object.entries(collection.fields)) {

@@ -66,0 +69,0 @@ columns[fieldName] = columnMapper(fieldName, field, isJsonSerializable);

12

package.json
{
"name": "circle-rhyme-yes-measure",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -26,13 +26,13 @@ "license": "UNLICENSED",

"drizzle-orm": "^0.28.6",
"nanoid": "^4.0.2",
"zod": "^3.22.2"
"nanoid": "^5.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"typescript": "^5.2.2",
"@packages/scripts": "^0.0.0"
},
"scripts": {
"build": "studio-scripts build \"src/**/*.ts\" && tsc",
"dev": "studio-scripts dev \"src/**/*.ts\"",
"typecheck": "tsc --noEmit"
"build": "studio-scripts build \"src/**/*.ts\" && tsc -b",
"dev": "studio-scripts dev \"src/**/*.ts\""
}
}
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