Socket
Socket
Sign inDemoInstall

@jsonlang/core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonlang/core - npm Package Compare versions

Comparing version 0.0.12 to 0.0.14

8

package.json
{
"name": "@jsonlang/core",
"version": "0.0.12",
"version": "0.0.14",
"description": "Json Programming Language Core",

@@ -23,3 +23,3 @@ "funding": [

"scripts": {
"start": "concurrently --handle-input \"wait-on dist/index.js && nodemon\" \"tsc -w\" ",
"start": "nodemon --exec ts-node --swc src/index.ts",
"build": "rimraf ./dist/ && tsc",

@@ -52,2 +52,3 @@ "release": "npm run build && npm publish --access public",

"devDependencies": {
"@swc/core": "1.3.82",
"@types/jest": "^29.1.0",

@@ -61,2 +62,3 @@ "@types/node": "^18.7.23",

"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.1.0",

@@ -69,3 +71,3 @@ "typescript": "^4.8.4",

},
"gitHead": "229b1978e8c7e0475a21605c49b88e179f54524c"
"gitHead": "b5cf0dfeffb23d317f7f11256b3814a7e468d7f9"
}
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