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

nuxt-jsonld

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-jsonld - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.3.1](https://github.com/ymmooot/nuxt-jsonld/compare/v1.3.0...v1.3.1) (2019-05-31)
### Bug Fixes
* fix to export types ([2020749](https://github.com/ymmooot/nuxt-jsonld/commit/2020749))
# [1.3.0](https://github.com/ymmooot/nuxt-jsonld/compare/v1.2.0...v1.3.0) (2019-05-31)

@@ -2,0 +9,0 @@

1

lib/index.d.ts

@@ -0,1 +1,2 @@

import './declaration.d';
export declare const Jsonld: (component: any) => void;

@@ -2,0 +3,0 @@ declare const _default: {

@@ -17,2 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
require("./declaration.d");
var createMixin_1 = __importDefault(require("./createMixin"));

@@ -19,0 +20,0 @@ var decorator_1 = __importDefault(require("./decorator"));

9

package.json
{
"name": "nuxt-jsonld",
"version": "1.3.0",
"version": "1.3.1",
"description": "manage jsonld in Vue component.",

@@ -28,6 +28,5 @@ "main": "lib/index.js",

"files": [
"lib",
"types/*.d.ts"
"lib"
],
"typings": "./types/index.d.ts",
"typings": "./lib/index.d.ts",
"devDependencies": {

@@ -48,3 +47,3 @@ "@semantic-release/changelog": "^3.0.2",

"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-prettier": "^3.0.1",

@@ -51,0 +50,0 @@ "jest": "^24.8.0",

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