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

@atjson/offset-annotations

Package Overview
Dependencies
Maintainers
7
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atjson/offset-annotations - npm Package Compare versions

Comparing version 0.32.0 to 0.33.0

6

CHANGELOG.md

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

# [0.33.0](https://github.com/CondeNast/atjson/compare/@atjson/offset-annotations@0.32.0...@atjson/offset-annotations@0.33.0) (2020-09-23)
### Features
- add affiliate link attribute ([db7bb01](https://github.com/CondeNast/atjson/commit/db7bb015bd9550d0aaa33c3cea0c2383050a3441))
# [0.32.0](https://github.com/CondeNast/atjson/compare/@atjson/offset-annotations@0.31.0...@atjson/offset-annotations@0.32.0) (2020-09-22)

@@ -8,0 +14,0 @@

3

dist/commonjs/annotations/link.d.ts

@@ -7,6 +7,7 @@ import { InlineAnnotation } from "@atjson/document";

target?: string;
isAffiliateLink?: string;
}> {
static vendorPrefix: string;
static type: string;
static vendorPrefix: string;
}
//# sourceMappingURL=link.d.ts.map

@@ -8,4 +8,4 @@ "use strict";

exports.Link = Link;
Link.vendorPrefix = "offset";
Link.type = "link";
Link.vendorPrefix = "offset";
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hbm5vdGF0aW9ucy9saW5rLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLCtDQUFvRDtBQUVwRCxNQUFhLElBQUssU0FBUSwyQkFLeEI7O0FBTEYsb0JBUUM7QUFGUSxTQUFJLEdBQUcsTUFBTSxDQUFDO0FBQ2QsaUJBQVksR0FBRyxRQUFRLENBQUMifQ==
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hbm5vdGF0aW9ucy9saW5rLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLCtDQUFvRDtBQUVwRCxNQUFhLElBQUssU0FBUSwyQkFNeEI7O0FBTkYsb0JBU0M7QUFGUSxpQkFBWSxHQUFHLFFBQVEsQ0FBQztBQUN4QixTQUFJLEdBQUcsTUFBTSxDQUFDIn0=

@@ -7,6 +7,7 @@ import { InlineAnnotation } from "@atjson/document";

target?: string;
isAffiliateLink?: string;
}> {
static vendorPrefix: string;
static type: string;
static vendorPrefix: string;
}
//# sourceMappingURL=link.d.ts.map
import { InlineAnnotation } from "@atjson/document";
export class Link extends InlineAnnotation {
}
Link.vendorPrefix = "offset";
Link.type = "link";
Link.vendorPrefix = "offset";
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hbm5vdGF0aW9ucy9saW5rLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRXBELE1BQU0sT0FBTyxJQUFLLFNBQVEsZ0JBS3hCOztBQUNPLFNBQUksR0FBRyxNQUFNLENBQUM7QUFDZCxpQkFBWSxHQUFHLFFBQVEsQ0FBQyJ9
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hbm5vdGF0aW9ucy9saW5rLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRXBELE1BQU0sT0FBTyxJQUFLLFNBQVEsZ0JBTXhCOztBQUNPLGlCQUFZLEdBQUcsUUFBUSxDQUFDO0FBQ3hCLFNBQUksR0FBRyxNQUFNLENBQUMifQ==
{
"name": "@atjson/offset-annotations",
"version": "0.32.0",
"version": "0.33.0",
"description": "Annotations used for stories",

@@ -18,3 +18,3 @@ "main": "dist/commonjs/index.js",

},
"gitHead": "c6cf02b337ac96c5645ebbd48ad198241dbb3122"
"gitHead": "fb4c4e83527af2a2869bb35ddf172bfca218304e"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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