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.19 to 1.0.20

15

package.json
{
"name": "jacdac-ts",
"version": "1.0.19",
"version": "1.0.20",
"description": "",

@@ -27,3 +27,3 @@ "keywords": [],

"predist": "rm -rf dist",
"dist": "node node_modules/rollup/bin/rollup -c rollup.config.ts && npx replace-in-file \\\"/dist/jacdac.umd.js\\\" \\\"https://cdn.jsdelivr.net/npm/jacdac-ts\\\" ./docs/**/*.html --verbose",
"dist": "node node_modules/rollup/bin/rollup -c rollup.config.ts",
"watch": "node node_modules/rollup/bin/rollup -c rollup.config.ts -w",

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

"test:prod": "npm run lint && npm run test --no-cache",
"samples": "npx http-server . -c-1"
"docs": "npx http-server . -c-1"
},

@@ -78,2 +78,8 @@ "release": {

"@semantic-release/release-notes-generator",
[
"@semantic-release/exec",
{
"prepareCmd": "node ./tools/prepare.js"
}
],
"@semantic-release/github",

@@ -105,2 +111,3 @@ "@semantic-release/npm",

"devDependencies": {
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",

@@ -119,3 +126,3 @@ "@types/jest": "^23.3.2",

"prompt": "^1.0.0",
"replace-in-file": "^3.4.2",
"replace-in-file": "^4.0.0",
"rollup": "^0.67.0",

@@ -122,0 +129,0 @@ "rollup-plugin-commonjs": "^9.1.8",

@@ -28,8 +28,5 @@ # JACDAC TypeScript

- `npm t`: Run test suite
- `npm start`: Run `npm run build` in watch mode
- `npm run test:watch`: Run test suite in [interactive watch mode](http://facebook.github.io/jest/docs/cli.html#watch)
- `npm run test:prod`: Run linting and generate coverage
- `npm run build`: Generate bundles and typings, create docs
- `npm run watch`: Run `npm run build` in watch mode
- `npm run lint`: Lints code
- `npm run docs`: Launch docs web service

@@ -36,0 +33,0 @@ # Contributing

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