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

cjs-property-watcher

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cjs-property-watcher - npm Package Compare versions

Comparing version 1.0.0 to 1.1.1

2

index.js
/**
* @license The MIT License (MIT)
* @copyright Stanislav Kalashnik <darkpark.main@gmail.com>
* @author Stanislav Kalashnik <darkpark.main@gmail.com>
*/

@@ -5,0 +5,0 @@

{
"name": "cjs-property-watcher",
"version": "1.0.0",
"version": "1.1.1",
"description": "Watches for a property to be assigned a value and runs a function when that occurs.",

@@ -14,12 +14,12 @@ "author": {

"scripts": {
"lint": "eslint .",
"lint": "eslint --ignore-pattern '/docs/' .",
"mocha": "node ./tests/main.js",
"test": "npm run mocha && npm run lint",
"jsdoc": "jsdoc --destination doc *.js readme.md"
"jsdoc": "jsdoc --destination docs *.js readme.md"
},
"devDependencies": {
"cjs-eslint-config": "1.*.*",
"eslint": "3.*.*",
"mocha": "3.*.*",
"should": "11.*.*"
"cjs-eslint": "^1.1.1",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"should": "^13.2.3"
},

@@ -26,0 +26,0 @@ "keywords": [

@@ -9,3 +9,3 @@ Watches for a property modifications

[![Gitter](https://img.shields.io/badge/gitter-join%20chat-blue.svg?style=flat-square)](https://gitter.im/DarkPark/cjssdk)
[![RunKit](https://img.shields.io/badge/RunKit-try-yellow.svg?style=flat-square)](https://runkit.com/npm/cjs-property-watcher)
[![RunKit](https://img.shields.io/badge/RunKit-try-yellow.svg?style=flat-square)](https://npm.runkit.com/cjs-property-watcher)

@@ -49,4 +49,4 @@

If you have any problem or suggestion please open an issue [here](https://github.com/cjssdk/property-watcher/issues).
Pull requests are welcomed with respect to the [JavaScript Code Style](https://github.com/DarkPark/jscs).
If you have any problems or suggestions please open an [issue](https://github.com/cjssdk/property-watcher/issues)
according to the contribution [rules](.github/contributing.md).

@@ -53,0 +53,0 @@

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