Socket
Socket
Sign inDemoInstall

snyk-policy

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-policy - npm Package Compare versions

Comparing version 2.0.8 to 3.0.0

dist/index.cjs

22

package.json
{
"name": "snyk-policy",
"version": "2.0.8",
"version": "3.0.0",
"description": "Snyk's policy parser and matching logic",
"type": "module",
"files": [
"dist/package.json",
"dist/lib",
"LICENSE",
"README.md"
"dist"
],
"main": "./dist/lib/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf ./dist",
"build": "vite build",
"dev": "tsc -w",

@@ -45,2 +49,4 @@ "env": "node -e 'console.log(process.env, process.versions)'",

"typescript": "~5.0.4",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.30.1"

@@ -47,0 +53,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