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

contentlayer

Package Overview
Dependencies
Maintainers
1
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentlayer - npm Package Compare versions

Comparing version 0.0.2-4 to 0.0.2-5

12

package.json
{
"name": "contentlayer",
"version": "0.0.2-4",
"version": "0.0.2-5",
"bin": "./dist/cli/index.js",

@@ -36,3 +36,3 @@ "exports": {

"build": "yarn build:cli && yarn build:lib && echo Build complete",
"build:cli": "rm -rf dist/cli && esbuild --bundle src/cli/index.ts --outfile=dist/cli/index.js --platform=node --sourcemap --external:esbuild && chmod +x ./dist/cli/index.js",
"build:cli": "rm -rf dist/cli && esbuild --bundle src/cli/index.ts --outfile=dist/cli/index.js --platform=node --target=node12 --sourcemap --external:esbuild && chmod +x ./dist/cli/index.js",
"build:lib": "yarn build:lib:esm && yarn build:lib:cjs",

@@ -43,6 +43,6 @@ "build:lib:cjs": "rm -rf ./dist/cjs ./dist/tsconfig.cjs.tsbuildinfo && tsc --build tsconfig.cjs.json",

"dependencies": {
"@contentlayer/cli": "0.0.2-4",
"@contentlayer/client": "0.0.2-4",
"@contentlayer/core": "0.0.2-4",
"@contentlayer/source-local": "0.0.2-4"
"@contentlayer/cli": "0.0.2-5",
"@contentlayer/client": "0.0.2-5",
"@contentlayer/core": "0.0.2-5",
"@contentlayer/source-local": "0.0.2-5"
},

@@ -49,0 +49,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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