New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

java-asm

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

java-asm - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

build/src/AnnotationVisitor.js

@@ -42,3 +42,3 @@ "use strict";

var Opcodes_1 = require("./Opcodes");
var AnnotationVisitor = /** @class */ (function () {
var AnnotationVisitor = (function () {
/**

@@ -45,0 +45,0 @@ * Constructs a new {@link AnnotationVisitor}.

@@ -45,3 +45,3 @@ "use strict";

var Type_1 = require("./Type");
var AnnotationWriter = /** @class */ (function (_super) {
var AnnotationWriter = (function (_super) {
__extends(AnnotationWriter, _super);

@@ -48,0 +48,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ByteVector_1 = require("./ByteVector");
var Attribute = /** @class */ (function () {
var Attribute = (function () {
/**

@@ -6,0 +6,0 @@ * Constructs a new empty attribute.

@@ -39,3 +39,3 @@ "use strict";

*/
var ByteVector = /** @class */ (function () {
var ByteVector = (function () {
/**

@@ -42,0 +42,0 @@ * Constructs a new {@link ByteVector ByteVector} with the given initial

@@ -44,3 +44,3 @@ "use strict";

var Opcodes_1 = require("./Opcodes");
var ClassVisitor = /** @class */ (function () {
var ClassVisitor = (function () {
/**

@@ -47,0 +47,0 @@ * Constructs a new {@link ClassVisitor}.

@@ -60,3 +60,3 @@ "use strict";

var Opcodes_1 = require("./Opcodes");
var ClassWriter = /** @class */ (function (_super) {
var ClassWriter = (function (_super) {
__extends(ClassWriter, _super);

@@ -63,0 +63,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Context = /** @class */ (function () {
var Context = (function () {
function Context() {

@@ -5,0 +5,0 @@ this.flags = 0;

@@ -51,3 +51,3 @@ "use strict";

var Frame_1 = require("./Frame");
var CurrentFrame = /** @class */ (function (_super) {
var CurrentFrame = (function (_super) {
__extends(CurrentFrame, _super);

@@ -54,0 +54,0 @@ function CurrentFrame() {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Edge = /** @class */ (function () {
var Edge = (function () {
function Edge() {

@@ -5,0 +5,0 @@ this.info = 0;

@@ -41,3 +41,3 @@ "use strict";

var Opcodes_1 = require("./Opcodes");
var FieldVisitor = /** @class */ (function () {
var FieldVisitor = (function () {
/**

@@ -44,0 +44,0 @@ * Constructs a new {@link FieldVisitor}.

@@ -19,3 +19,3 @@ "use strict";

var Opcodes_1 = require("./Opcodes");
var FieldWriter = /** @class */ (function (_super) {
var FieldWriter = (function (_super) {
__extends(FieldWriter, _super);

@@ -22,0 +22,0 @@ /**

@@ -43,3 +43,3 @@ "use strict";

var Type_1 = require("./Type");
var Frame = /** @class */ (function () {
var Frame = (function () {
function Frame() {

@@ -184,3 +184,3 @@ this.outputStackTop = 0;

if (typeof input[j] === 'number') {
output[i++] = Frame.BASE | /* intValue */ (input[j] | 0);
output[i++] = Frame.BASE | (input[j] | 0);
if (input[j] === Opcodes_1.Opcodes.LONG || input[j] === Opcodes_1.Opcodes.DOUBLE) {

@@ -187,0 +187,0 @@ output[i++] = Frame.TOP_$LI$();

@@ -40,3 +40,3 @@ "use strict";

var Opcodes_1 = require("./Opcodes");
var Handle = /** @class */ (function () {
var Handle = (function () {
/**

@@ -43,0 +43,0 @@ * Constructs a new field or method handle.

@@ -42,3 +42,3 @@ "use strict";

var Long = require("long");
var Item = /** @class */ (function () {
var Item = (function () {
/**

@@ -45,0 +45,0 @@ * Constructs a copy of the given item.

@@ -46,3 +46,3 @@ "use strict";

var bits = require("./bits");
var Label = /** @class */ (function () {
var Label = (function () {
/**

@@ -49,0 +49,0 @@ * Constructs a new label.

@@ -58,3 +58,3 @@ "use strict";

var Opcodes_1 = require("./Opcodes");
var MethodVisitor = /** @class */ (function () {
var MethodVisitor = (function () {
/**

@@ -61,0 +61,0 @@ * Constructs a new {@link MethodVisitor}.

@@ -10,3 +10,3 @@ "use strict";

*/
var Type = /** @class */ (function () {
var Type = (function () {
/**

@@ -13,0 +13,0 @@ * Constructs a reference type.

@@ -40,3 +40,3 @@ "use strict";

var ByteVector_1 = require("./ByteVector");
var TypePath = /** @class */ (function () {
var TypePath = (function () {
/**

@@ -43,0 +43,0 @@ * Creates a new type path.

@@ -42,3 +42,3 @@ "use strict";

*/
var TypeReference = /** @class */ (function () {
var TypeReference = (function () {
/**

@@ -45,0 +45,0 @@ * Creates a new TypeReference.

@@ -15,3 +15,3 @@ "use strict";

var fs = require("fs");
var AVisitor = /** @class */ (function (_super) {
var AVisitor = (function (_super) {
__extends(AVisitor, _super);

@@ -26,3 +26,3 @@ function AVisitor() {

}(asm_1.AnnotationVisitor));
var AnnoVisitor = /** @class */ (function (_super) {
var AnnoVisitor = (function (_super) {
__extends(AnnoVisitor, _super);

@@ -29,0 +29,0 @@ function AnnoVisitor() {

{
"name": "java-asm",
"version": "0.0.1",
"version": "0.0.2",
"description": "The migration of the Java ASM framework",
"main": "./build/asm.js",
"main": "./build/src/asm.js",
"dependencies": {

@@ -7,0 +7,0 @@ "@types/node": "^7.0.18",

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

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