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

@monokle/synchronizer

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monokle/synchronizer - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

lib/cjs/constants.d.ts

25

package.json
{
"name": "@monokle/synchronizer",
"version": "0.3.0",
"version": "0.3.1",
"description": "Monokle Cloud synchronizer",
"author": "Kubeshop",
"license": "MIT",
"type": "module",
"sideEffects": false,
"main": "lib/index.js",
"main": "lib/cjs/index.js",
"module": "lib/mjs/index.js",
"source": "src/index.ts",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"exports": "./lib/index.js",
"types": "lib/mjs/index.d.ts",
"typings": "lib/mjs/index.d.ts",
"files": [

@@ -23,3 +21,3 @@ "lib/**"

"test:snapshot": "vitest --update",
"build": "rimraf lib && tsc --build tsconfig.build.json",
"build": "rimraf lib && tsc --build tsconfig.build.mjs.json && tsc --build tsconfig.build.cjs.json && node ./scripts/fixup.js",
"format:all": "prettier --write \"{src,test}/**/*.{js,jsx,ts,tsx}\""

@@ -43,9 +41,11 @@ },

"dependencies": {
"@monokle/validation": "*",
"env-paths": "^3.0.0",
"@monokle/types": "*",
"env-paths": "^2.2.1",
"git-url-parse": "^13.1.0",
"mkdirp": "^3.0.1",
"node-fetch": "^3.3.2",
"normalize-url": "^8.0.0",
"node-fetch": "^2.6.13",
"normalize-url": "^4.5.1",
"openid-client": "^5.4.3",
"simple-git": "^3.19.1",
"slugify": "^1.6.6",
"yaml": "^2.3.1"

@@ -55,2 +55,3 @@ },

"@types/chai": "^4.3.5",
"@types/git-url-parse": "^9.0.1",
"@types/mocha": "^10.0.1",

@@ -57,0 +58,0 @@ "@types/sinon": "^10.0.16",

@@ -102,3 +102,3 @@ # Monokle Synchronizer

const policy = await authenticator.getPolicy({
provider: 'github',
provider: 'github.com',
remote: 'origin',

@@ -105,0 +105,0 @@ owner: 'kubeshop',

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