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

@6degrees/source-code-spitter

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@6degrees/source-code-spitter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.changeset/config.json

9

package.json
{
"name": "@6degrees/source-code-spitter",
"version": "1.0.0",
"version": "1.0.1",
"description": "A command-line tool to extract and organize source code snippets from projects, enabling easy sharing and collaboration.",
"main": "index.js",
"bin": {
"source-code-spitter": "./index.js"
"source-code-spitter": "node ./index.js"
},

@@ -32,3 +32,6 @@ "scripts": {

"ignore": "^5.2.4"
},
"devDependencies": {
"@changesets/cli": "^2.26.1"
}
}
}

@@ -15,3 +15,5 @@ # SourceCodeSpitter

```bash
npm install -g source-code-spitter
npm install -g @6degrees/source-code-spitter
# or for local project only
npm install @6degrees/source-code-spitter
```

@@ -18,0 +20,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