Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quadient/scaler-scripting-api

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quadient/scaler-scripting-api - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/helpers.d.ts

15

package.json
{
"name": "@quadient/scaler-scripting-api",
"version": "0.1.0",
"version": "0.2.0",
"description": "This package provides TypeScript type definitions (d.ts) for scripting in Inspire Scaler's Script module.",

@@ -20,3 +20,12 @@ "keywords": [

"author": "o-su",
"types": "./index.d.ts"
}
"types": "./dist/index.d.ts",
"scripts": {
"build-helpers": "tsc ./src/helpers.ts --declaration --strict --target es5 --outDir ./dist",
"copy-definitions": "cp ./src/index.d.ts ./dist/index.d.ts",
"build": "npm run build-helpers && npm run copy-definitions",
"prepack": "npm install && npm run build"
},
"devDependencies": {
"typescript": "*"
}
}
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