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

delighted

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delighted - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0-beta

CHANGELOG.md

37

package.json
{
"name": "delighted",
"version": "0.0.1",
"description": "NodeJS module for interacting with the Delighted API",
"main": "index.js",
"version": "1.0.0-beta",
"description": "Delighted API Node Client",
"main": "delighted.js",
"files": [
"README.md",
"delighted.js",
"server.js",
"lib/",
"test/support/server"
],
"scripts": {
"lint": "jshint lib",
"test": "mocha test/**/*_test.js"
},
"repository": {
"type": "git",
"url": "github.com/seanmcgary/delighted.git"
"url": "https://github.com/delighted/delighted-node"
},
"keywords": [
"delighted",
"nodejs",
"api"
"delighted"
],
"author": "Sean McGary",
"author": "Parker Selbert",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanmcgary/delighted/issues"
"url": "https://github.com/delighted/delighted-node/issues"
},
"dependencies": {
"logsimple": "0.0.5",
"lodash": "2.4.1",
"q": "1.0.1"
"homepage": "https://github.com/delighted/delighted-node",
"devDependencies": {
"chai": "^1.10.0",
"jshint": "^2.5.11",
"mocha": "^2.1.0",
"sinon": "^1.12.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