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

property-b

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

property-b - npm Package Compare versions

Comparing version 2.1.3 to 2.1.5

2

package.json
{
"name": "property-b",
"version": "2.1.3",
"version": "2.1.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

const fs = require('fs');
var exec = require('child_process').exec;
const package = require('../package.json');
const changelogPath = './CHANGELOG.md';
var join = require('path').join;
var cwd = process.cwd();
const package = require(join(cwd, 'package.json'));
const changelogPath = join(cwd, 'CHANGELOG.md');
fs.readFile(changelogPath, 'utf8', (error, data) => {

@@ -7,0 +10,0 @@ const header = `## Updates\n\n# v${package.version}\n`;

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