Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 2.1.6

3

CHANGELOG.md
## Updates
# v2.1.6
## Updates
# v2.1.1

@@ -4,0 +7,0 @@ ## Updates

2

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

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

const fs = require('fs');
var exec = require('child_process').exec;
var join = require('path').join;
var cwd = process.cwd();
const package = require(join(cwd, 'package.json'));
const changelogPath = join(cwd, 'CHANGELOG.md');
const package = require(join(__dirname, '../package.json'));
const changelogPath = join(__dirname, '../CHANGELOG.md');

@@ -9,0 +8,0 @@ fs.readFile(changelogPath, 'utf8', (error, data) => {

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