code-block-writer
Advanced tools
Comparing version 10.1.1 to 11.0.0
{ | ||
"module": "./esm/mod.js", | ||
"main": "./umd/mod.js", | ||
"types": "./types/mod.d.ts", | ||
"name": "code-block-writer", | ||
"version": "10.1.1", | ||
"version": "11.0.0", | ||
"description": "A simple code writer that assists with formatting and visualizing blocks of code.", | ||
"main": "dist/code-block-writer.js", | ||
"typings": "dist/code-block-writer.d.ts", | ||
"scripts": { | ||
"test": "nyc --reporter=lcov mocha", | ||
"test:debug": "cross-env TS_NODE_TRANSPILE_ONLY=\"true\" mocha --inspect-brk", | ||
"build": "rimraf dist && tsc", | ||
"format": "dprint", | ||
"dopublish": "npm run build && echo \"Run: npm publish --otp\"" | ||
}, | ||
"repository": { | ||
@@ -19,2 +13,3 @@ "type": "git", | ||
"keywords": [ | ||
"code generation", | ||
"typescript", | ||
@@ -30,29 +25,22 @@ "writer", | ||
"homepage": "https://github.com/dsherret/code-block-writer#readme", | ||
"nyc": { | ||
"extension": [ | ||
".ts", | ||
".tsx" | ||
], | ||
"include": [ | ||
"src/**/*.ts", | ||
"!src/tests/**/*.ts" | ||
], | ||
"reporter": [ | ||
"html" | ||
], | ||
"all": true | ||
"devDependencies": { | ||
"@types/node": "16.11.1", | ||
"chalk": "4.1.2", | ||
"chai": "4.3.4", | ||
"deno.ns": "0.6.4", | ||
"@types/chai": "^4.2.22" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.12", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.0", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.1.0", | ||
"cross-env": "^7.0.2", | ||
"mocha": "^8.1.1", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^4.0.2" | ||
"exports": { | ||
".": { | ||
"import": "./esm/mod.js", | ||
"require": "./umd/mod.js", | ||
"types": "./types/mod.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "node test_runner.js" | ||
}, | ||
"dependencies": { | ||
"tslib": "2.3.1" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86001
5
17
2148
118
1
1
+ Addedtslib@2.3.1
+ Addedtslib@2.3.1(transitive)