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

ac-signature

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ac-signature - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

19

package.json
{
"name": "ac-signature",
"description": "Sign payload for AdmiralCloud API",
"version": "1.0.0",
"version": "1.0.1",
"author": "Mark Poepping / support@admiralcloud.com",
"repository": {
"type": "git",
"url": "git://github.com/mmpro/ac-signature"
},
"homepage": "https://www.admiralcloud.com",
"dependencies": {
"lodash": "^4.17.2"
"lodash": "^4.17.11"
},
"devDependencies": {
"mocha": "^4.0.1",
"mocha-jenkins-reporter": "^0.3.10",
"mocha-junit-reporter": "^1.15.0",
"should": "^13.1.2",
"superagent": "^3.6.2"
"mocha": "^4.1.0",
"mocha-jenkins-reporter": "^0.4.1",
"mocha-junit-reporter": "^1.18.0",
"should": "^13.2.3",
"superagent": "^3.8.3"
},

@@ -16,0 +21,0 @@ "scripts": {

# ac-signature
This module helps you to sign request for the AdmiralCloud API
This module helps you to sign request for the AdmiralCloud media asset management.
https://www.admiralcloud.com
## Usage
```

@@ -94,2 +97,7 @@ const acsignature = require('ac-signature');

# Links
- [Website](https://www.admiralcloud.com/)
- [Twitter (@admiralcloud)](https://twitter.com/admiralcloud)
- [Facebook](https://www.facebook.com/MediaAssetManagement/)
# Run tests

@@ -109,1 +117,5 @@ Prepare a config file in test directory with the following content

After that you can run "npm run test" or "npm run test-jenkins".
## License
[MIT License](https://opensource.org/licenses/MIT) Copyright © 2009-present, AdmiralCloud, Mark Poepping
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