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

transposit

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transposit - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

1

jest.config.js

@@ -6,2 +6,3 @@ /*

module.exports = {
reporters: ["default", "jest-junit"],
roots: ["<rootDir>/src/"],

@@ -8,0 +9,0 @@ transform: {

6

package.json
{
"name": "transposit",
"version": "0.5.0",
"version": "0.6.0",
"description": "Library for building apps on top of Transposit",

@@ -15,2 +15,3 @@ "main": "dist/bundle.dev.js",

"jest": "jest",
"jest:ci": "JEST_JUNIT_OUTPUT=\"./target/surefire-reports/client-sdk-test-results.xml\" jest --ci --runInBand",
"jest:watch": "jest --watch",

@@ -21,3 +22,3 @@ "prettier:check": "prettier --list-different 'src/**/*.ts'",

"tslint:fix": "yarn run tslint --fix",
"test": "npm-run-all --parallel prettier:check tslint jest",
"test": "npm-run-all --parallel prettier:check tslint jest:ci",
"clean": "rimraf ./dist ./node_modules",

@@ -34,2 +35,3 @@ "prepublishOnly": "npm-run-all --parallel build test",

"jest-environment-jsdom-global": "^1.0.3",
"jest-junit": "^5.2.0",
"jest-localstorage-mock": "^2.2.0",

@@ -36,0 +38,0 @@ "npm-run-all": "^4.1.2",

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