Socket
Socket
Sign inDemoInstall

shepherd-plugin-nsfw

Package Overview
Dependencies
170
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3-beta.0

Dockerfile

2

build/NsfwTools.js

@@ -56,2 +56,3 @@ "use strict";

}
exports.NsfwTools = NsfwTools;
_a = NsfwTools;

@@ -201,2 +202,1 @@ NsfwTools._isLoading = false;

};
exports.NsfwTools = NsfwTools;
{
"name": "shepherd-plugin-nsfw",
"version": "0.2.2",
"version": "0.2.3-beta.0",
"description": "",

@@ -8,4 +8,5 @@ "main": "./build/index.js",

"scripts": {
"postinstall": "npm rebuild @tensorflow/tfjs-node --build-from-source",
"build": "npx -y rimraf build && tsc && npx -y shx cp -R ./src/model ./build/model",
"postversion": "git push && git push --tags && npm run build && npm publish",
"postversion": "git push && git push --tags && npm run build && npm publish --tag beta",
"test:grep": "mocha -r ts-node/register **/*.spec.ts --grep",

@@ -41,3 +42,4 @@ "test": "npm run build && mocha -r ts-node/register **/*.spec.ts"

"dependencies": {
"@tensorflow/tfjs-node": "^3.21.1",
"@tensorflow/tfjs": "^4.9.0",
"@tensorflow/tfjs-node": "^4.9.0",
"ansi-colors": "^4.1.1",

@@ -44,0 +46,0 @@ "nsfwjs": "^2.4.2",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc