Socket
Socket
Sign inDemoInstall

@wix/blog

Package Overview
Dependencies
Maintainers
0
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/blog - npm Package Compare versions

Comparing version 1.0.272 to 1.0.273

type-bundles/context.bundle.d.ts

3

context/package.json

@@ -5,3 +5,4 @@ {

"main": "../build/cjs/context.js",
"typings": "../build/cjs/context.d.ts"
"typings": "../build/cjs/context.d.ts",
"typesBundle": "../type-bundles/context.bundle.d.ts"
}

@@ -5,3 +5,4 @@ {

"main": "../build/cjs/meta.js",
"typings": "../build/cjs/meta.d.ts"
"typings": "../build/cjs/meta.d.ts",
"typesBundle": "../type-bundles/meta.bundle.d.ts"
}
{
"name": "@wix/blog",
"version": "1.0.272",
"version": "1.0.273",
"publishConfig": {

@@ -12,2 +12,3 @@ "registry": "https://registry.npmjs.org/",

"typings": "./build/cjs/index.d.ts",
"typesBundle": "./type-bundles/index.bundle.d.ts",
"files": [

@@ -17,16 +18,21 @@ "build",

"meta",
"context"
"context",
"type-bundles"
],
"dependencies": {
"@wix/blog_categories": "1.0.33",
"@wix/blog_draft-posts": "1.0.30",
"@wix/blog_posts": "1.0.35",
"@wix/blog_tags": "1.0.25"
"@wix/blog_categories": "1.0.34",
"@wix/blog_draft-posts": "1.0.31",
"@wix/blog_posts": "1.0.36",
"@wix/blog_tags": "1.0.26"
},
"devDependencies": {
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
"glob": "^10.4.1",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"typescript": "^5.3.2"
},
"scripts": {
"build": "tsc -b tsconfig.json tsconfig.esm.json",
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
"build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
"test": ":"

@@ -45,3 +51,3 @@ },

},
"falconPackageHash": "0d0150630c3624199bd9200520269fbd4fdcc5620d735460dea25baa"
"falconPackageHash": "d0e8454b5bdfaae451f7207d6d09e951c55176ef9aa4a612c1cf5eef"
}
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