Socket
Socket
Sign inDemoInstall

vs-diff

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vs-diff - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/index.d.ts

15

package.json

@@ -5,5 +5,10 @@ {

"description": "Diff algorithm extracted from Visual Studio Code",
"version": "0.0.2",
"version": "0.0.3",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
"keywords": [

@@ -45,2 +50,3 @@ "diff",

"jest": "^29.5.0",
"npm-dts": "^1.3.12",
"ts-jest": "^29.1.0",

@@ -56,12 +62,9 @@ "typescript": "^5.1.3"

"scripts": {
"esbuild-base": "esbuild ./src/index.ts --bundle --outdir=dist --platform=node",
"compile": "pnpm esbuild-base --sourcemap",
"watch": "pnpm esbuild-base --sourcemap --watch",
"compile": "node build.js",
"lint": "eslint src --ext ts",
"test": "jest --passWithNoTests",
"types": "tsc --emitDeclarationOnly --declaration --declarationDir ./dist --skipLibCheck",
"cs": "changeset",
"ci:compile": "pnpm esbuild-base --minify && pnpm types",
"ci:compile": "node build.js",
"ci:publish": "changeset publish && git push --follow-tags"
}
}
dist/index.js

Sorry, the diff of this file is too big to display

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