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

@itgenio/edik-diff

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itgenio/edik-diff - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

0

dist/index.d.ts
export * from './microdiff';

@@ -0,0 +0,0 @@ export interface Difference {

15

package.json
{
"name": "@itgenio/edik-diff",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

@@ -14,10 +14,11 @@ "main": "dist/index.js",

"tsc": "tsc --declaration --emitDeclarationOnly",
"dev": "concurrently -n watch: -c 'cyan,magenta,blue' 'npm:watch-*' --kill-others",
"prepack": "concurrently 'npm:tsc-check' 'npm:build-code' 'npm:tsc'",
"dev": "concurrently -n watch: -c \"cyan,magenta,blue\" \"npm:watch-*\" --kill-others --restart-tries 3 --restart-after 1000",
"prepack": "concurrently \"npm:tsc-check\" \"npm:build-code\" \"npm:tsc\"",
"build-tests": "npm run build-tests-code",
"build-code": "rimraf dist && NODE_ENV=production node ./build.js",
"build-tests-code": "rimraf dist-tests && NODE_ENV=production node ./build-tests.js",
"build-code": "rimraf dist && cross-env NODE_ENV=production node ./build.js",
"build-tests-code": "rimraf dist-tests && cross-env NODE_ENV=production node ./build-tests.js",
"watch-tests-code": "rimraf dist-tests && node ./build-tests.js",
"watch-code": "rimraf dist && node ./build.js",
"watch-tests": "mocha --watch --parallel --watch-files dist-tests/**/*spec.js"
"watch-tests": "mocha --watch --parallel --watch-files dist-tests/**/*spec.js",
"meteor-dist": "rimraf meteorDist && copyfiles package*.json meteorDist && copyfiles dist/* meteorDist && cd meteorDist && meteor npm ci --production"
},

@@ -32,2 +33,4 @@ "author": "Alex So",

"concurrently": "^7.0.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"esbuild": "^0.14.18",

@@ -34,0 +37,0 @@ "mocha": "^9.1.3",

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