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

@arriva/rejs

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arriva/rejs - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

.vscode/extensions.json
{
"recommendations": [
"eg2.tslint",
"ymotongpoo.licenser"
"ymotongpoo.licenser",
"Orta.vscode-jest",
"andys8.jest-snippets",
]
}

8

package.json
{
"name": "@arriva/rejs",
"version": "0.1.0",
"version": "0.1.1",
"description": "Rejs common library for usage both server and client side.",

@@ -10,7 +10,7 @@ "main": "dist/index.js",

"build": "tsc -p ./",
"test": "jest --config jest.json",
"test.watch": "jest --config jest.json --watch",
"test": "jest --config jest.json --coverage",
"test.watch": "jest --config jest.json --coverage --watch",
"prepublish": "yarn build",
"release": "np",
"clean": "rm -rf build node_modules"
"clean": "rm -rf dist node_modules coverage"
},

@@ -17,0 +17,0 @@ "repository": {

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