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

law

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

law - npm Package Compare versions

Comparing version 0.2.7 to 1.0.0

.prettierrc

27

package.json
{
"name": "law",
"description": "Tools to create policy and validations for services.",
"version": "0.2.7",
"version": "1.0.0",
"homepage": "http://github.com/TorchlightSoftware/law",
"repository": "git://github.com/TorchlightSoftware/law.git",
"author": "Torchlight Software <info@torchlightsoftware.com>",
"main": "./index.js",
"dependencies":{
"coffee-script":"*",
"tea-error":"*"
"main": "./lib/main.js",
"dependencies": {
"tea-error": "^0.2.0"
},
"devDependencies":{
"mocha":"*",
"torch":"*",
"should":"*"
"devDependencies": {
"mocha": "*",
"torch": "*",
"should": "*"
},
"engines":{
"node":">= 0.8.4"
"engines": {
"node": ">= 0.8.4"
},
"licenses":[
"licenses": [
{
"type":"MIT",
"url":"http://github.com/torchlightsoftware/law/raw/master/LICENSE"
"type": "MIT",
"url": "http://github.com/torchlightsoftware/law/raw/master/LICENSE"
}

@@ -26,0 +25,0 @@ ],

Sorry, the diff of this file is not supported yet

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