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

@polywrap/wrap-manifest-types-js

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polywrap/wrap-manifest-types-js - npm Package Compare versions

Comparing version

to
0.10.1

22

package.json
{
"name": "@polywrap/wrap-manifest-types-js",
"description": "WRAP Manifest TypeScript Typings",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/polywrap/monorepo.git"
"url": "https://github.com/polywrap/javascript-client.git"
},

@@ -14,3 +14,3 @@ "main": "./build/index.js",

"prebuild": "ts-node ./scripts/generate.ts",
"test": "jest --passWithNoTests --runInBand --verbose",
"test": "jest --passWithNoTests --runInBand --verbose --config ../../../jest.config.js --rootDir .",
"test:watch": "yarn test -- --watch"

@@ -20,18 +20,18 @@ },

"@apidevtools/json-schema-ref-parser": "9.0.9",
"@polywrap/msgpack-js": "0.10.1",
"jsonschema": "1.4.0",
"semver": "7.4.0"
"semver": "7.5.0"
},
"devDependencies": {
"@polywrap/msgpack-js": "0.10.0",
"@polywrap/os-js": "0.10.0",
"@polywrap/wrap-manifest-schemas": "0.9.3",
"@types/jest": "26.0.8",
"@polywrap/os-js": "~0.10.0",
"@polywrap/wrap-manifest-schemas": "0.9.7",
"@types/jest": "29.5.0",
"@types/mustache": "4.0.1",
"@types/prettier": "2.6.0",
"@types/semver": "7.3.8",
"jest": "26.6.3",
"@types/semver": "7.3.11",
"jest": "29.5.0",
"json-schema-to-typescript": "11.0.2",
"mustache": "4.0.1",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",

@@ -38,0 +38,0 @@ "typescript": "4.9.5"

{
"extends": "../../../../tsconfig",
"extends": "../../../tsconfig",
"compilerOptions": {

@@ -4,0 +4,0 @@ "outDir": "build"