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

@journeyapps/parser-schema

Package Overview
Dependencies
Maintainers
2
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/parser-schema - npm Package Compare versions

Comparing version 0.0.0-dev.cc8889c to 0.0.0-dev.cc89366

./dist/src/index.js

25

dist/@types/src/index.d.ts

@@ -1,12 +0,13 @@

export * from './ArrayType';
export * from './EnumOption';
export * from './NestedType';
export * from './ObjectType';
export * from './primitives';
export * from './QueryType';
export * from './Relationship';
export * from './Schema';
export * from './schemaParser';
export * from './schemaSerializer';
export * from './Type';
export * from './Variable';
export * from './schema/Schema';
export * from './schema/schemaParser';
export * from './schema/schemaSerializer';
export * from './schema/TypeFactory';
export * from './types/Type';
export * from './types/EnumOption';
export * from './types/Variable';
export * from './types/NestedType';
export * from './types/ObjectType';
export * from './types/Relationship';
export * from './types/primitives';
export * from './types/collections/ArrayType';
export * from './types/collections/QueryType';

@@ -17,14 +17,15 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./ArrayType"), exports);
__exportStar(require("./EnumOption"), exports);
__exportStar(require("./NestedType"), exports);
__exportStar(require("./ObjectType"), exports);
__exportStar(require("./primitives"), exports);
__exportStar(require("./QueryType"), exports);
__exportStar(require("./Relationship"), exports);
__exportStar(require("./Schema"), exports);
__exportStar(require("./schemaParser"), exports);
__exportStar(require("./schemaSerializer"), exports);
__exportStar(require("./Type"), exports);
__exportStar(require("./Variable"), exports);
__exportStar(require("./schema/Schema"), exports);
__exportStar(require("./schema/schemaParser"), exports);
__exportStar(require("./schema/schemaSerializer"), exports);
__exportStar(require("./schema/TypeFactory"), exports);
__exportStar(require("./types/Type"), exports);
__exportStar(require("./types/EnumOption"), exports);
__exportStar(require("./types/Variable"), exports);
__exportStar(require("./types/NestedType"), exports);
__exportStar(require("./types/ObjectType"), exports);
__exportStar(require("./types/Relationship"), exports);
__exportStar(require("./types/primitives"), exports);
__exportStar(require("./types/collections/ArrayType"), exports);
__exportStar(require("./types/collections/QueryType"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@journeyapps/parser-schema",
"version": "0.0.0-dev.cc8889c",
"description": "Journey JS library",
"version": "0.0.0-dev.cc89366",
"description": "Journey Parser Schema library",
"main": "./dist/src/index.js",
"typings": "./dist/@types/src/index",
"scripts": {
"build": "../node_modules/.bin/tsc --build && rm -rf dist/test/fixtures && cp -R test/fixtures dist/test/fixtures && webpack --config ./test/webpack.config.js",
"test": "pnpm build && pnpm test:node && pnpm test:browser",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "jasmine dist/test/unit/all.bundle.js"
},
"dependencies": {
"@journeyapps/core-xml": "0.0.0-dev.cc8889c",
"@journeyapps/evaluator": "0.0.0-dev.cc8889c",
"@journeyapps/parser-common": "0.0.0-dev.cc8889c"
"@journeyapps/core-xml": "0.0.0-dev.cc89366",
"@journeyapps/evaluator": "0.0.0-dev.cc89366",
"@journeyapps/parser-common": "0.0.0-dev.cc89366"
},
"devDependencies": {
"@journeyapps/core-test-helpers": "^4.1.1",
"@journeyapps/domparser": "^0.3.0"
"@journeyapps/core-test-helpers": "^0.0.0-dev.cc89366",
"@journeyapps/domparser": "^0.4.1"
},

@@ -26,7 +20,8 @@ "files": [

],
"pnpm": {
"overrides": {
"@journeyapps/core-test-helpers": "link:../test-helpers"
}
"scripts": {
"build": "../node_modules/.bin/tsc --build && rm -rf dist/test/fixtures && cp -R test/fixtures dist/test/fixtures && webpack --config ./test/webpack.config.js",
"test": "pnpm build && pnpm test:node && pnpm test:browser",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "jasmine dist/test/unit/all.bundle.js"
}
}
}

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