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

compr

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compr - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

index.js

2

package.json

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

"description": "Data Comparison Utilities",
"version": "0.0.1",
"version": "0.0.2",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

Compr
=====
Utilities to compare Javascript data
Install
-------
```
npm install compr
```
Example
-------
```javascript
var compr = require('compr');
var d1=new Date();
var d2=new Date();
console.log(compr.compare(d1,d2));
//false
console.log(compr.like(d1,d2));
//true
```
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