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

node-result

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-result - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/index.d.ts

25

package.json
{
"name": "node-result",
"version": "1.0.0",
"version": "1.0.1",
"description": "result",
"keywords": ["result"],
"keywords": [
"result"
],
"license": "MIT",

@@ -15,12 +17,13 @@ "author": {

"scripts": {
"preversion" : "npm run linter",
"version" : "npm run formater",
"prepublishOnly" : "npm run linter",
"prepare" : "npm run build",
"build": "npx tsc",
"formater": "npx prettier --write 'src/**/*.ts'",
"linter": "npx tslint -p tsconfig.json 'src/**/*.ts'"
"formatter": "npx prettier --write \"src/**/*.ts\"",
"linter": "npx tslint -p tsconfig.json \"src/**/*.ts\"",
"preversion": "npm run linter",
"version": "npm run formatter",
"prepublishOnly": "npm run linter",
"prepare": "npm run build",
"build": "npx tsc"
},
"files": ["build/**/*"],
"files": [
"lib/**/*"
],
"dependencies": {},

@@ -27,0 +30,0 @@ "devDependencies": {

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