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

@contentrain/query

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentrain/query - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

22

package.json
{
"name": "@contentrain/query",
"version": "1.0.0",
"version": "1.0.1",
"private": false,

@@ -8,9 +8,2 @@ "main": "./dist/index.js",

"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest",
"test:run": "vitest run",
"clean": "rm -rf dist"
},
"publishConfig": {

@@ -20,4 +13,4 @@ "access": "public"

"dependencies": {
"@contentrain/core": "workspace:*",
"@contentrain/types": "workspace:*"
"@contentrain/core": "2.0.0",
"@contentrain/types": "1.0.0"
},

@@ -28,3 +21,10 @@ "devDependencies": {

"vitest": "^2.1.8"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest",
"test:run": "vitest run",
"clean": "rm -rf dist"
}
}
}

@@ -44,2 +44,6 @@ import type { IContentrainCore } from '@contentrain/core';

localization: true,
name: '',
type: 'JSON',
createdBy: '',
isServerless: false,
};

@@ -46,0 +50,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