Socket
Socket
Sign inDemoInstall

crex

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crex - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

bin/ce-export.js

25

package.json
{
"name": "crex",
"version": "0.6.0",
"version": "0.7.0",
"description": "Creative Exchange SDK for Javascript",

@@ -8,2 +8,12 @@ "author": "Mateusz Luczak <mateusz.luczak@outlook.com>",

"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mateuszluczak/crex-sdk"
},
"bugs": "https://github.com/mateuszluczak/crex-sdk/issues",
"bin": {
"ce": "bin/ce.js",
"ce-import": "bin/ce-import.js",
"ce-export": "bin/ce-export.js"
},
"scripts": {

@@ -16,2 +26,3 @@ "build": "npm run build:module && npm run build:browser",

"files": [
"bin",
"lib",

@@ -25,9 +36,15 @@ "dist",

"mocha": "^3.3.0",
"webpack": "^2.4.1"
"webpack": "^2.4.1",
"banner-webpack-plugin": "^0.2.3"
},
"dependencies": {
"banner-webpack-plugin": "^0.2.3",
"adm-zip": "^0.4.7",
"archiver": "^1.3.0",
"commander": "^2.9.0",
"object-assign": "^4.1.1",
"superagent": "^3.5.2"
"ora": "^1.2.0",
"promise-poller": "^1.5.2",
"superagent": "^3.5.2",
"yazl": "^2.4.2"
}
}
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