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

@scriptables/manifest

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scriptables/manifest - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

23

package.json
{
"name": "@scriptables/manifest",
"description": "An utilities to generate, parse, and update manifest headers in Scriptable scripts.",
"version": "0.3.0",
"version": "0.4.0",
"keywords": [

@@ -23,11 +23,2 @@ "scriptable",

},
"scripts": {
"build": "pnpm clean && pnpm run build:types && pnpm run build:bundle",
"build:types": "tsc -p tsconfig.types.json",
"build:bundle": "rollup -c",
"clean": "del 'scriptables-manifest*.tgz' 'dist' '*.tsbuildinfo' 'package'",
"pretest": "pnpm run clean && pnpm run build",
"test": "pnpm run pretest && pnpm run jest",
"jest": "jest --coverage"
},
"devDependencies": {

@@ -67,3 +58,11 @@ "@rollup/plugin-babel": "^6.0.4",

],
"gitHead": "aa68cf8d5c2741c5482f2d88b2d708a7692ffac9"
}
"scripts": {
"build": "pnpm clean && pnpm run build:types && pnpm run build:bundle",
"build:types": "tsc -p tsconfig.types.json",
"build:bundle": "rollup -c",
"clean": "del 'scriptables-manifest*.tgz' 'dist' '*.tsbuildinfo' 'package'",
"pretest": "pnpm run clean && pnpm run build",
"test": "pnpm run pretest && pnpm run jest",
"jest": "jest --coverage"
}
}
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