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

@atjson/renderer-commonmark

Package Overview
Dependencies
Maintainers
3
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atjson/renderer-commonmark - npm Package Compare versions

Comparing version 0.21.9 to 0.21.10-dev276.0

dist/commonjs/index.d.ts.map

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.21.10-dev276.0](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.21.9...@atjson/renderer-commonmark@0.21.10-dev276.0) (2019-11-06)
**Note:** Version bump only for package @atjson/renderer-commonmark
## [0.21.9](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.21.8...@atjson/renderer-commonmark@0.21.9) (2019-10-31)

@@ -8,0 +12,0 @@

@@ -33,1 +33,2 @@ import Document, { Annotation } from "@atjson/document";

}
//# sourceMappingURL=index.d.ts.map

@@ -16,1 +16,2 @@ export declare const ASCII_PUNCTUATION: RegExp;

export declare const ENDING_WHITESPACE: RegExp;
//# sourceMappingURL=punctuation.d.ts.map

@@ -33,1 +33,2 @@ import Document, { Annotation } from "@atjson/document";

}
//# sourceMappingURL=index.d.ts.map

@@ -16,1 +16,2 @@ export declare const ASCII_PUNCTUATION: RegExp;

export declare const ENDING_WHITESPACE: RegExp;
//# sourceMappingURL=punctuation.d.ts.map

21

package.json
{
"name": "@atjson/renderer-commonmark",
"version": "0.21.9",
"description": "A brand new TypeScript library.",
"version": "0.21.10-dev276.0",
"description": "Render atjson documents into commonmark",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
"types": "dist/commonjs/index.d.ts",
"scripts": {
"build": "rm -rf dist; tsc -p . && tsc -p . --module ESNext --outDir dist/modules/ --target ES2017",
"lint": "tslint -c ./tslint.json 'src/**/*.ts'",
"prepublishOnly": "npm run build",
"performance": "node ./performance/index.js > ./performance/README.md",
"test": "../../../node_modules/.bin/jest packages/@atjson/$(basename $PWD) --config=../../../package.json"
},
"license": "Apache-2.0",

@@ -20,9 +13,9 @@ "publishConfig": {

"devDependencies": {
"@atjson/document": "0.22.2",
"@atjson/source-commonmark": "0.21.8",
"@atjson/document": "0.22.3-dev276.0",
"@atjson/source-commonmark": "0.21.9-dev276.0",
"@types/markdown-it": "0.0.9"
},
"dependencies": {
"@atjson/offset-annotations": "0.22.0",
"@atjson/renderer-hir": "0.21.4"
"@atjson/offset-annotations": "0.23.0-dev276.0",
"@atjson/renderer-hir": "0.21.5-dev276.0"
},

@@ -32,3 +25,3 @@ "peerDependencies": {

},
"gitHead": "c787293f793f387f2707b44b1d5e6b9e77695505"
"gitHead": "066b9731f8700a71425b9c95197342f95e74b4fd"
}
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