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

@monkvision/sights

Package Overview
Dependencies
Maintainers
0
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monkvision/sights - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

1

lib/data.js

@@ -64,2 +64,1 @@ "use strict";

exports.partSelectionWireframes = partSelectionWireframes;
//# sourceMappingURL=data.js.map

@@ -19,2 +19,1 @@ "use strict";

__exportStar(require("./data"), exports);
//# sourceMappingURL=index.js.map

16

package.json
{
"name": "@monkvision/sights",
"version": "4.0.3",
"version": "4.0.4",
"license": "BSD-3-Clause-Clear",

@@ -10,6 +10,14 @@ "packageManager": "yarn@3.2.4",

"types": "lib/index.d.ts",
"files": [
"package.json",
"LICENSE",
"README.md",
"lib"
],
"scripts": {
"clean": "rimraf dist lib src/lib/data && mkdirp dist lib",
"compile": "yarn run clean && yarn run svgo && tsc -p tsconfig.compile.json",
"build": "yarn run compile && node dist/index.js && tsc -p tsconfig.build.json",
"build": "yarn run build:development",
"build:development": "yarn run compile && node dist/index.js && tsc -p tsconfig.build.development.json",
"build:production": "yarn run compile && node dist/index.js && tsc -p tsconfig.build.production.json",
"validate": "node dist/index.js --validate-only",

@@ -29,3 +37,3 @@ "test": "yarn run validate && jest",

"dependencies": {
"@monkvision/types": "4.0.3"
"@monkvision/types": "4.0.4"
},

@@ -75,3 +83,3 @@ "devDependencies": {

"homepage": "https://github.com/monkvision/monkjs",
"gitHead": "dda7eb20e437220eca7749a8131b6088099e7d22"
"gitHead": "454a985784ae146afda94b0c1f8d3b1fc6efa80e"
}
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