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

jacdac-ts

Package Overview
Dependencies
Maintainers
1
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jacdac-ts - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

7

package.json
{
"name": "jacdac-ts",
"version": "1.0.25",
"version": "1.0.26",
"description": "",

@@ -23,2 +23,3 @@ "keywords": [],

"scripts": {
"postinstall": "cd docs && npm install",
"lint": "node node_modules/tslint/bin/tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",

@@ -28,3 +29,3 @@ "prebuild": "rm -rf dist",

"predist": "rm -rf dist",
"dist": "node node_modules/rollup/bin/rollup -c rollup.config.ts",
"dist": "node node_modules/rollup/bin/rollup -c rollup.config.ts && cd docs && node node_modules/gatsby/cli.js build --prefix-paths",
"watch": "node node_modules/rollup/bin/rollup -c rollup.config.ts -w",

@@ -34,3 +35,3 @@ "test": "node node_modules/jest/bin/jest.js",

"test:prod": "npm run lint && npm run test --no-cache",
"docs": "npx http-server . -c-1"
"docs": "cd docs && node node_modules/gatsby/cli.js develop"
},

@@ -37,0 +38,0 @@ "release": {

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