Socket
Socket
Sign inDemoInstall

@glazed/did-datastore-model

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glazed/did-datastore-model - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0-alpha.0

dist/index.js

44

package.json
{
"name": "@glazed/did-datastore-model",
"version": "0.1.1",
"version": "0.2.0-alpha.0",
"author": "3Box Labs",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/js-idx#readme",
"homepage": "https://github.com/ceramicstudio/js-glaze#readme",
"keywords": [

@@ -13,25 +13,26 @@ "ceramic",

"type": "git",
"url": "https://github.com/ceramicstudio/js-idx",
"url": "https://github.com/ceramicstudio/js-glaze",
"directory": "packages/did-datastore-model"
},
"main": "dist/lib.cjs",
"module": "dist/lib.mjs",
"typings": "dist/index.d.ts",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/lib.mjs",
"require": "./dist/lib.cjs",
"default": "./dist/lib.cjs"
".": "./dist/index.js"
},
"files": [
"dist",
"src"
],
"engines": {
"node": ">=14.14"
"node": ">=16"
},
"sideEffects": false,
"scripts": {
"build": "del dist && tsc --emitDeclarationOnly --skipLibCheck && rollup -c ../../rollup.config.js",
"build:clean": "del dist",
"build:js": "swc src -d ./dist --config-file ../../.swcrc",
"build:types": "tsc --emitDeclarationOnly --skipLibCheck",
"build": "yarn build:clean && yarn build:types && yarn build:js",
"lint": "eslint src test --fix",
"test": "jest",
"test": "yarn node --experimental-vm-modules $(yarn bin jest)",
"test:ci": "yarn test --ci --coverage",
"prepare": "yarn build",

@@ -41,7 +42,20 @@ "prepublishOnly": "package-check"

"devDependencies": {
"@glazed/types": "^0.1.3"
"@glazed/types": "^0.2.0-alpha.0"
},
"jest": {
"preset": "ts-jest"
"extensionsToTreatAsEsm": [
".ts"
],
"moduleNameMapper": {
"^(\\.{1,2}/.*)\\.js$": "$1"
},
"transform": {
"^.+\\.(t|j)s$": [
"@swc/jest",
{
"root": "../.."
}
]
}
}
}
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