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

token-types

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

token-types - npm Package Compare versions

Comparing version 0.1.2 to 0.9.0

3

lib/index.js
"use strict";
// A fast streaming parser library.
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", { value: true });
var assert = require("assert");

@@ -313,2 +313,1 @@ // Possibly call flush()

exports.StringType = StringType;
//# sourceMappingURL=index.js.map
{
"name": "token-types",
"version": "0.1.2",
"version": "0.9.0",
"description": "Common token types for decoding and encoding binairy values",

@@ -10,5 +10,7 @@ "author": {

"scripts": {
"compile": "tsc",
"compile-src": "tsc -p src",
"compile-test": "tsc -p test",
"compile": "npm run compile-src && npm run compile-test",
"prepare": "npm run compile",
"lint": "tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'",
"lint": "tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'",
"test": "mocha --require ts-node/register test",

@@ -32,16 +34,17 @@ "cover-test": "nyc npm run test",

"devDependencies": {
"@types/chai": "^4.0.0",
"@types/chai": "^4.0.3",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.31",
"chai": "^4.0.2",
"@types/node": "^7.0.39",
"chai": "^4.1.1",
"copyfiles": "^1.2.0",
"coveralls": "^2.13.1",
"mocha": "^3.4.2",
"nyc": "^11.0.3",
"ts-node": "^3.0.6",
"tslint": "^5.5.0",
"typescript": "^2.3.4",
"typings": "^2.1.1"
"mocha": "^3.5.0",
"nyc": "^11.1.0",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"typescript": "^2.4.2",
"typings": "^2.1.1",
"source-map": "^0.5.6"
},
"dependencies": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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