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

@goldyjs/shared

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldyjs/shared - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

lib/Base/Base.d.ts

8

package.json
{
"name": "@goldyjs/shared",
"version": "1.0.0",
"version": "1.1.0",
"LICENSE": "MIT",

@@ -18,3 +18,2 @@ "description": "Useful common abstractions",

"scripts": {
"tsc": "tsc",
"type-check": "tsc --noEmit",

@@ -26,4 +25,5 @@ "type-check:watch": "npm run type-check -- --watch",

"build:watch": "nodemon --watch package.json --watch src --exec \"npm run build\"",
"build": "npm run build:ts",
"build:ts": "babel src -d lib --source-maps --extensions '.ts'",
"build": "npm run build:js && npm run build:types",
"build:js": "babel src -d lib --source-maps --extensions '.ts'",
"build:types": "tsc --emitDeclarationOnly",
"pub": "npm publish --access public",

@@ -30,0 +30,0 @@ "test": "jest --runInBand",

@@ -5,3 +5,3 @@ {

"module": "commonjs",
"composite": true,
"allowJs": true,
"declarationMap": true,

@@ -16,6 +16,6 @@ "moduleResolution": "node",

"sourceMap": true,
"skipLibCheck": true,
"outDir": "lib",
"experimentalDecorators": true,
"rootDirs": ["src"],
"skipLibCheck": true
"rootDirs": ["src"]
},

@@ -22,0 +22,0 @@ "exclude": ["node_modules"],

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