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

arc-lib

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-lib - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0

yarn.lock

3

index.js

@@ -9,3 +9,4 @@ module.exports = {

ArcRegExp:require('arc-reg-exp'),
ArcRouter:require('arc-router')
ArcRouter:require('arc-router'),
ArcHash:require('arc-hash')
};
{
"name": "arc-lib",
"version": "2.2.0",
"version": "3.0.0",
"description": "ARC",

@@ -27,4 +27,5 @@ "main": "index.js",

"arc-reg-exp": "1.0.0",
"arc-router": "1.1.1"
"arc-router": "1.1.1",
"arc-hash": "1.0.1"
}
}

@@ -7,14 +7,15 @@ # arc-lib

```
$ npm install arc-reg-exp --save
$ npm install arc-lib --save
```
## Wraps
* arc-is
* arc-array
* arc-check
* arc-date
* arc-events
* arc-object
* arc-reg-exp
* arc-router
* [arc-is](https://github.com/anyuzer/arc-is)
* [arc-array](https://github.com/anyuzer/arc-array)
* [arc-check](https://github.com/anyuzer/arc-check)
* [arc-date](https://github.com/anyuzer/arc-date)
* [arc-events](https://github.com/anyuzer/arc-events)
* [arc-object](https://github.com/anyuzer/arc-object)
* [arc-reg-exp](https://github.com/anyuzer/arc-reg-exp)
* [arc-router](https://github.com/anyuzer/arc-router)
* [arc-hash](https://github.com/anyuzer/arc-hash)

@@ -31,3 +32,4 @@ ## Exports

ArcRegExp,
ArcRouter
ArcRouter,
ArcHash
}

@@ -34,0 +36,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