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

dcin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dcin - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

example/comments.js

4

package.json
{
"name": "dcin",
"version": "0.0.2",
"version": "0.0.3",
"author": {

@@ -15,4 +15,4 @@ "name": "Eon S. Jeon"

},
"main": "./dcin.js",
"main": "./index.js",
"license": "MIT"
}

@@ -73,5 +73,7 @@

dcin.comments(gall, no, function(err, comments){ ... });
dcin.comments(gall, no, compage, function(err, comments){ ... });
*`gall`* : (String) 갤러리 아이디
*`no`* : (Number) 글 번호
*`gall`* : (String) 갤러리 아이디
*`no`* : (Number) 글 번호
*`compage`* : (Number) 댓글 페이지
**`comments`** : (Array) 댓글들

@@ -78,0 +80,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