@itgenio/edik-diff
Advanced tools
Comparing version 0.0.6 to 0.0.7
export * from './microdiff'; |
@@ -0,0 +0,0 @@ export interface Difference { |
{ | ||
"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 @@ # Нахождение разницы между двумя материалами |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5377
12
1