Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atjson/document

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atjson/document - npm Package Compare versions

Comparing version 0.22.2 to 0.22.3-dev276.0

dist/commonjs/annotation.d.ts.map

4

CHANGELOG.md

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

## [0.22.3-dev276.0](https://github.com/CondeNast/atjson/compare/@atjson/document@0.22.2...@atjson/document@0.22.3-dev276.0) (2019-11-06)
**Note:** Version bump only for package @atjson/document
## [0.22.2](https://github.com/CondeNast/atjson/compare/@atjson/document@0.22.1...@atjson/document@0.22.2) (2019-10-08)

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

@@ -62,1 +62,2 @@ import Change, { Deletion, Insertion } from "./change";

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

@@ -5,1 +5,2 @@ import Annotation from "../annotation";

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

@@ -6,1 +6,2 @@ export { default as BlockAnnotation } from "./block";

export { default as UnknownAnnotation } from "./unknown";
//# sourceMappingURL=index.d.ts.map

@@ -5,1 +5,2 @@ import Annotation from "../annotation";

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

@@ -5,1 +5,2 @@ import Annotation from "../annotation";

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

@@ -11,1 +11,2 @@ import Annotation from "../annotation";

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

@@ -18,1 +18,2 @@ import Annotation from "../annotation";

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

@@ -8,1 +8,2 @@ import Document from "./index";

export declare function clone(attribute: any): NonNullable<any>;
//# sourceMappingURL=attributes.d.ts.map

@@ -23,1 +23,2 @@ export default abstract class Change {

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

@@ -50,1 +50,2 @@ import Document, { Annotation } from "./index";

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

@@ -66,1 +66,2 @@ import Annotation, { AnnotationConstructor } from "./annotation";

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

@@ -18,1 +18,2 @@ import Annotation from "./annotation";

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

@@ -10,1 +10,2 @@ export interface Dictionary<T> {

export default JSON;
//# sourceMappingURL=json.d.ts.map

@@ -62,1 +62,2 @@ import Change, { Deletion, Insertion } from "./change";

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

@@ -5,1 +5,2 @@ import Annotation from "../annotation";

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

@@ -6,1 +6,2 @@ export { default as BlockAnnotation } from "./block";

export { default as UnknownAnnotation } from "./unknown";
//# sourceMappingURL=index.d.ts.map

@@ -5,1 +5,2 @@ import Annotation from "../annotation";

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

@@ -5,1 +5,2 @@ import Annotation from "../annotation";

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

@@ -11,1 +11,2 @@ import Annotation from "../annotation";

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

@@ -18,1 +18,2 @@ import Annotation from "../annotation";

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

@@ -8,1 +8,2 @@ import Document from "./index";

export declare function clone(attribute: any): NonNullable<any>;
//# sourceMappingURL=attributes.d.ts.map

@@ -23,1 +23,2 @@ export default abstract class Change {

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

@@ -50,1 +50,2 @@ import Document, { Annotation } from "./index";

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

@@ -66,1 +66,2 @@ import Annotation, { AnnotationConstructor } from "./annotation";

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

@@ -18,1 +18,2 @@ import Annotation from "./annotation";

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

@@ -10,1 +10,2 @@ export interface Dictionary<T> {

export default JSON;
//# sourceMappingURL=json.d.ts.map

10

package.json
{
"name": "@atjson/document",
"version": "0.22.2",
"version": "0.22.3-dev276.0",
"description": "Document definition for AtJSON",

@@ -8,8 +8,2 @@ "main": "dist/commonjs/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",
"test": "../../../node_modules/.bin/jest packages/@atjson/$(basename $PWD) --config=../../../package.json"
},
"license": "Apache-2.0",

@@ -23,3 +17,3 @@ "publishConfig": {

},
"gitHead": "6d440150271d7b03c64d5a3881864f543da3823b"
"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